Image.getIconName

Gets the icon name and size being displayed by the GtkImage. The storage type of the image must be GTK_IMAGE_EMPTY or GTK_IMAGE_ICON_NAME (see gtk_image_get_storage_type()). The returned string is owned by the GtkImage and should not be freed. Since 2.6

class Image
void
getIconName
(
out string iconName
,)

Parameters

iconName string

place to store an icon name, or NULL. out[transfer none][allow-none]

size GtkIconSize

place to store an icon size, or NULL. out[allow-none][type int]

Meta