GdkPixbufFormat

Undocumented in source.

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 GdkPixbufFormatFlags

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

Meta