[ Version ( since = "2.10" ) ]
public unowned string? get_icon_name ()
Gets the name of the icon being displayed by the StatusIcon.
Use Notification and Application to provide status notifications; there is no direct replacement for this function
The storage type of the status icon must be gtk_image_empty or gtk_image_icon_name (see get_storage_type). The returned string is owned by the StatusIcon and should not be freed or modified.
this |
name of the displayed icon, or null if the image is empty. |