GdkPixbufFormat

A gdkpixbuf.pixbuf_format.PixbufFormat contains information about the image format accepted by a module.

Only modules should access the fields directly, applications should use the gdk_pixbuf_format_* family of functions.

Members

Variables

description
char* description;

a description of the image format

disabled
bool disabled;

a boolean determining whether the loader is disabled`

domain
char* domain;

the message domain for the description

extensions
char** extensions;

typical filename extensions for the image format

flags
uint flags;

a combination of gdkpixbuf.types.PixbufFormatFlags

license
char* license;

a string containing license information, typically set to shorthands like "GPL", "LGPL", etc.

mimeTypes
char** mimeTypes;

the MIME types for the image format

name
char* name;

the name of the image format

signature
GdkPixbufModulePattern* signature;

the signature of the module