Method

GtkWindowget_title

Declaration [src]

const gchar*
gtk_window_get_title (
  GtkWindow* window
)

Description [src]

Retrieves the title of the window. See gtk_window_set_title().

Gets propertyGtk.Window:title

Return value

Type: const gchar*

The title of the window, or NULL if none has been set explicitly. The returned string is owned by the widget and must not be modified or freed.

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