Method

IdeWorkspaceforeach_page

Declaration

void
ide_workspace_foreach_page (
  IdeWorkspace* self,
  IdePageCallback callback,
  gpointer user_data
)

Description

Calls callback for each IdePage found within the workspace.

Parameters

callback

Type: IdePageCallback

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 method.