Method

PhocOutputget_layer_surfaces_for_layer

Declaration [src]

GList*
phoc_output_get_layer_surfaces_for_layer (
  PhocOutput* self,
  zwlr_layer_shell_v1_layer layer
)

Description [src]

Get a list of PhocLayerSurfaces on this output in the given layer.

Parameters

layer

Type: zwlr_layer_shell_v1_layer

The layer to get the surfaces for.

The argument can be NULL.

Return value

Type: A list of PhocLayerSurface*

The layer surfaces of that layer.

The caller of the method takes ownership of the data container, but not the data inside it.