Method

GtkStatusIconget_tooltip_markup

deprecated: 3.14 since: 2.16

Declaration [src]

gchar*
gtk_status_icon_get_tooltip_markup (
  GtkStatusIcon* status_icon
)

Description [src]

Gets the contents of the tooltip for status_icon.

Available since: 2.16

Deprecated since: 3.14

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

Return value

Type: gchar*

The tooltip text, or NULL. You should free the returned string with g_free() when done.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.