Method
PhocOutputview_for_each_surface
Declaration [src]
void
phoc_output_view_for_each_surface (
PhocOutput* self,
PhocView* view,
PhocSurfaceIterator iterator,
void* user_data
)
Parameters
view-
Type:
PhocViewThe
PhocView.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.