StatusIcon.getIconName

Gets the name of the icon being displayed by the GtkStatusIcon. The storage type of the status icon must be GTK_IMAGE_EMPTY or GTK_IMAGE_ICON_NAME (see gtk_status_icon_get_storage_type()). The returned string is owned by the GtkStatusIcon and should not be freed or modified. Since 2.10

class StatusIcon
string
getIconName
()

Return Value

Type: string

name of the displayed icon, or NULL if the image is empty.

Meta