Method
PhocViewChildinit
Declaration [src]
void
phoc_view_child_init (
PhocViewChild* child,
const phoc_view_child_interface* impl,
PhocView* view,
wlr_surface* wlr_surface
)
Parameters
impl-
Type:
const phoc_view_child_interface*No description available.
The argument can be NULL.The data is owned by the caller of the function. view-
Type:
PhocViewNo description available.
The data is owned by the caller of the function. wlr_surface-
Type:
wlr_surface*No description available.
The argument can be NULL.The data is owned by the caller of the function.