gi-gdkpixbuf-2.0.29: GdkPixbuf bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkPixbuf.Flags

Description

 
Synopsis

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

Instances

Instances details
Enum PixbufFormatFlags Source # 
Instance details

Defined in GI.GdkPixbuf.Flags

Show PixbufFormatFlags Source # 
Instance details

Defined in GI.GdkPixbuf.Flags

Eq PixbufFormatFlags Source # 
Instance details

Defined in GI.GdkPixbuf.Flags

Ord PixbufFormatFlags Source # 
Instance details

Defined in GI.GdkPixbuf.Flags

IsGFlag PixbufFormatFlags Source # 
Instance details

Defined in GI.GdkPixbuf.Flags