Function
PhocDesktopViewIter
Declaration
gboolean
(* PhocDesktopViewIter) (
PhocDesktop* self,
PhocView* view,
gpointer user_data
)
Description [src]
The iterator function that is invoked by phoc_desktop_for_each_view.
The iterator can return FALSE if iterating further views should be stopped.
Parameters
self-
Type:
PhocDesktopThe desktop.
The data is owned by the caller of the function. view-
Type:
PhocViewThe view.
The data is owned by the caller of the function. user_data-
Type:
gpointerThe user data.
The argument can be NULL.The data is owned by the caller of the function.