[ CCode ( cprefix = "GTK_IMAGE_" , type_id = "gtk_image_type_get_type ()" ) ]
public enum ImageType
Describes the image data representation used by a Image.
If you want to get the image from the widget, you can only get the currently-stored representation. e.g. if the get_storage_type returns PIXBUF, then you can call get_pixbuf but not get_stock. For empty images, you can request any storage type (call any of the "get" functions), but they will all return null values.