Method
IdeWorkspaceforeach_page
since: 3.32
Declaration
void
ide_workspace_foreach_page (
IdeWorkspace* self,
GtkCallback callback,
gpointer user_data
)
Parameters
callback
-
Type:
GtkCallback
A callback to execute for each view.
user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.