Method

GtkStatusIconget_title

deprecated: 3.14 since: 2.18

Declaration [src]

const gchar*
gtk_status_icon_get_title (
  GtkStatusIcon* status_icon
)

Description [src]

Gets the title of this tray icon. See gtk_status_icon_set_title().

Available since: 2.18

Deprecated since: 3.14

Use GNotification and GtkApplication to provide status notifications; there is no direct replacement for this function.

Gets propertyGtk.StatusIcon:title

Return value

Type: const gchar*

The title of the status icon.

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