Method
IdeWorkbenchforeach_page
since: 3.32
Declaration
void
ide_workbench_foreach_page (
IdeWorkbench* self,
GtkCallback callback,
gpointer user_data
)
Description
Calls callback for every page loaded in the workbench, by iterating
workspaces in order of most-recently-used.
Available since: 3.32
Parameters
callback-
Type:
GtkCallbackA callback to execute for each page.
user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the function.