| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GdkPixbuf.Flags
Contents
Description
Flags
PixbufFormatFlags
data PixbufFormatFlags Source #
Flags which allow a module to specify further details about the supported operations.
Since: 2.2
Constructors
| PixbufFormatFlagsWritable | the module can write out images in the format. |
| PixbufFormatFlagsScalable | the image format is scalable |
| PixbufFormatFlagsThreadsafe | the module is threadsafe. gdk-pixbuf ignores modules that are not marked as threadsafe. (Since 2.28). |
| AnotherPixbufFormatFlags Int | Catch-all for unknown values |