Function
PhocWorkspaceViewIter
Declaration
gboolean
(* PhocWorkspaceViewIter) (
PhocWorkspace* self,
PhocView* view,
gpointer user_data
)
Description [src]
The iterator function that is invoked by the
phoc_desktop_for_each_view. The iterator can return FALSE if
iterating further views should be stopped.
Parameters
self-
Type:
PhocWorkspaceThe worksapce.
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.