get_tooltip_text


Description:

public string get_tooltip_text ()

Gets the contents of the tooltip for this.

Note:

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

Parameters:

this

a StatusIcon

Returns:

the tooltip text, or null. You should free the returned string with g_free when done.