Enumeration
GdkPixbufPixbufFormatFlags
since: 2.2
Description [src]
Flags which allow a module to specify further details about the supported operations.
Available since: 2.2
Members
| Name | Description | 
|---|---|
| GDK_PIXBUF_FORMAT_WRITABLE | The module can write out images in the format. | 
| GDK_PIXBUF_FORMAT_SCALABLE | The image format is scalable. | 
| GDK_PIXBUF_FORMAT_THREADSAFE | The module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe. (Since 2.28). |