Method
IdeFrameforeach_page
since: 3.32
Declaration
void
ide_frame_foreach_page (
IdeFrame* self,
GtkCallback callback,
gpointer user_data
)
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.