Constructor
PhocLayerSurfacenew
Declaration [src]
PhocLayerSurface*
phoc_layer_surface_new (
wlr_layer_surface_v1* layer_surface
)
Parameters
layer_surface
-
Type:
wlr_layer_surface_v1*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: PhocLayerSurface
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |