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: PhocWorkspace

The worksapce.

The data is owned by the caller of the function.
view

Type: PhocView

The view.

The data is owned by the caller of the function.
user_data

Type: gpointer

The user data.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the iteration should continue.