Method

FoundryAdwWorkspaceforeach_page

Declaration [src]

void
foundry_workspace_foreach_page (
  FoundryWorkspace* self,
  GFunc callback,
  gpointer user_data
)

Description [src]

Calls callback for every FoundryPage in the workspace.

Parameters

callback

Type: GFunc

No description available.

user_data

Type: gpointer

No description available.

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