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