get_tooltip_text


Description:

[ Version ( since = "2.16" ) ]
public string? get_tooltip_text ()

Gets the contents of the tooltip for this.

Note:

Use Notification and Application 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.