Method

IdeGridforeach_page

Declaration

void
ide_grid_foreach_page (
  IdeGrid* self,
  IdePageCallback callback,
  gpointer user_data
)

Description

Calls callback for each IdePage found in the grid.

Parameters

callback

Type: IdePageCallback

Callback to execute for each page found.

user_data

Type: gpointer

Closure data for callback.

The argument can be NULL.
The data is owned by the caller of the method.