Method
GtkStatusIconget_storage_type
deprecated: 3.14 since: 2.10
Declaration [src]
GtkImageType
gtk_status_icon_get_storage_type (
GtkStatusIcon* status_icon
)
Description [src]
Gets the type of representation being used by the GtkStatusIcon
to store image data. If the GtkStatusIcon
has no image data,
the return value will be GTK_IMAGE_EMPTY
.
Available since: 2.10
Deprecated since: 3.14
Use GNotification
and GtkApplication
to
provide status notifications; there is no direct replacement
for this function, and GNotification
only supports GIcon
instances.
Gets property | Gtk.StatusIcon:storage-type |
Return value
Type: GtkImageType
The image representation being used.