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