Method
PanelWorkbenchforeach_workspace
Declaration [src]
void
panel_workbench_foreach_workspace (
PanelWorkbench* self,
PanelWorkspaceForeach foreach_func,
gpointer foreach_func_data
)
Parameters
foreach_func |
PanelWorkspaceForeach |
A function to call for each workspace. |
|
foreach_func_data |
gpointer |
The data for the |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |