Method

IdeFrameforeach_page

since: 3.32

Declaration

void
ide_frame_foreach_page (
  IdeFrame* self,
  GtkCallback callback,
  gpointer user_data
)

Description

This function will call callback for every page found in self.

Available since: 3.32

Parameters

callback

Type: GtkCallback

A callback for each page.

user_data

Type: gpointer

User data for callback.

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