Virtual Method

IdeSurfaceforeach_page

Declaration

void
foreach_page (
  IdeSurface* self,
  GtkCallback callback,
  gpointer user_data
)

Description

Calls callback for every page found within the surface self.

Available since:3.32

Parameters

callback GtkCallback
 

Callback to execute for each page.

user_data gpointer
 

Closure data for callback.

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