Method
GtkImageget_icon_set
deprecated: 3.10
Declaration [src]
void
gtk_image_get_icon_set (
GtkImage* image,
GtkIconSet** icon_set,
GtkIconSize* size
)
Description [src]
Gets the icon set and size being displayed by the GtkImage.
The storage type of the image must be GTK_IMAGE_EMPTY or
GTK_IMAGE_ICON_SET (see gtk_image_get_storage_type()).
Deprecated since: 3.10
Use gtk_image_get_icon_name() instead.
| Gets property | Gtk.Image:icon-set |
Parameters
icon_set-
Type:
GtkIconSetLocation to store a
GtkIconSet, orNULL.The argument will be set by the function. The argument can be NULL.The returned data is owned by the instance. size-
Type:
GtkIconSize*Location to store a stock icon size (
GtkIconSize), orNULL.The argument will be set by the function. The argument can be NULL.