Method

Gtk.Image.get_gicon

Declaration [src]

GIcon*
gtk_image_get_gicon (
  GtkImage* image
)

Description [src]

Gets the GIcon being displayed by the GtkImage.

The storage type of the image must be GTK_IMAGE_EMPTY or GTK_IMAGE_GICON (see gtk_image_get_storage_type()). The caller of this function does not own a reference to the returned GIcon.

Gets propertyGtk.Image:gicon

Return value

Returns: GIcon*

a GIcon, or NULL

Ownership is not transferred to the caller
Can be NULL