Method

GtkAssistantget_page_title

since: 2.10

Declaration [src]

const gchar*
gtk_assistant_get_page_title (
  GtkAssistant* assistant,
  GtkWidget* page
)

Description [src]

Gets the title for page.

Available since: 2.10

Parameters

page

Type: GtkWidget

A page of assistant.

The data is owned by the caller of the method.

Return value

Type: const gchar*

The title for page.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.