Method

FoundryAdwWorkspaceforeach_panel

Declaration [src]

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

Description [src]

Calls callback for every FoundryPanel 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.