Method
PhocOutputfor_each_surface
Declaration [src]
void
phoc_output_for_each_surface (
PhocOutput* self,
PhocSurfaceIterator iterator,
void* user_data,
gboolean visible_only
)
Parameters
iterator-
Type:
PhocSurfaceIteratorThe iterator.
user_data-
Type:
void*Callback user data.
The argument can be NULL.The data is owned by the caller of the method. visible_only-
Type:
gbooleanWhether to only iterate over visible surfaces.