Constructor
PhocXdgPopupnew
Declaration [src]
PhocXdgPopup*
phoc_xdg_popup_new (
PhocView* view,
wlr_xdg_popup* wlr_popup
)
Parameters
view
-
Type:
PhocView
No description available.
The data is owned by the caller of the function. wlr_popup
-
Type:
wlr_xdg_popup*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: PhocXdgPopup
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |