Method
PhocOutputunmanaged_for_each_surface
Declaration [src]
void
phoc_output_unmanaged_for_each_surface (
PhocOutput* self,
PhocXWaylandUnmanaged* unmanaged,
PhocSurfaceIterator iterator,
void* user_data
)
Parameters
unmanaged-
Type:
PhocXWaylandUnmanagedThe 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.