Image.getIconSet

void getIconSet(out gtk.icon_set.IconSet iconSet, out gtk.types.IconSize size)

Gets the icon set and size being displayed by the #GtkImage. The storage type of the image must be [gtk.types.ImageType.Empty] or [gtk.types.ImageType.IconSet] (see [gtk.image.Image.getStorageType]).

Parameters

iconSetlocation to store a #GtkIconSet, or null
sizelocation to store a stock icon size (#GtkIconSize), or null

Deprecated

Use [gtk.image.Image.getIconName] instead.