Method

IdeGridforeach_page

Declaration

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

Description

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

Available since:3.32

Parameters

callback GtkCallback
 

A callback for each page.

user_data gpointer
 

User data for callback.

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