Method
PhocOutputlayer_surface_for_each_surface
Declaration [src]
void
phoc_output_layer_surface_for_each_surface (
PhocOutput* self,
PhocLayerSurface* layer_surface,
PhocSurfaceIterator iterator,
void* user_data
)
Parameters
layer_surface-
Type:
PhocLayerSurfaceThe layer surface to iterate over.
The data is owned by the caller of the method. iterator-
Type:
PhocSurfaceIteratorThe callback invoked on each iteration.
user_data-
Type:
void*Callback user data.
The argument can be NULL.The data is owned by the caller of the method.