Method
IdeWorkbenchforeach_workspace
Declaration
void
ide_workbench_foreach_workspace (
  IdeWorkbench* self,
  IdeWorkspaceCallback callback,
  gpointer user_data
)
Description
Iterates the available workspaces in the workbench. Workspaces are iterated in most-recently-used order.
Parameters
- callback
- 
            Type: IdeWorkspaceCallbackA IdeWorkspaceCallbackto call for eachIdeWorkspace.
- user_data
- 
            Type: gpointerUser data for callback.The argument can be NULL.The data is owned by the caller of the method.