Method

GdkPixbuf.Pixbuf.get_options

Declaration [src]

GHashTable*
gdk_pixbuf_get_options (
  GdkPixbuf* pixbuf
)

Description [src]

Returns a GHashTable with a list of all the options that may have been attached to the pixbuf when it was loaded, or that may have been attached by another function using gdk_pixbuf_set_option().

Return value

Returns: GHashTable*

a GHashTable of key/values pairs

Ownership of the container type is transferred to the caller