Function
PhocDragIconcreate
Declaration [src]
PhocDragIcon*
phoc_drag_icon_create (
PhocSeat* seat,
wlr_drag_icon* icon
)
Parameters
seat
-
Type:
PhocSeat
No description available.
The data is owned by the caller of the function. icon
-
Type:
wlr_drag_icon*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: PhocDragIcon
No description available.
The data is owned by the called function. |