Constructor
PhocSubsurfacenew
Declaration [src]
PhocSubsurface*
phoc_subsurface_new (
PhocChildRoot* root,
wlr_subsurface* wlr_subsurface
)
Parameters
root
-
Type:
PhocChildRoot
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. |