Method

GtkMenuget_title

deprecated: 3.10 

Declaration [src]

const gchar*
gtk_menu_get_title (
  GtkMenu* menu
)

Description [src]

Returns the title of the menu. See gtk_menu_set_title().

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: const gchar*

The title of the menu, or NULL if the menu has no title set on it. This string is owned by GTK+ and should not be modified or freed.

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