GdkPixbufFormat

Main Gtk struct. A GdkPixbufFormat contains information about the image format accepted by a module. Only modules should access the fields directly, applications should use the gdk_pixbuf_format_* functions. gchar *name; the name of the image format. GdkPixbufModulePattern *signature; the signature of the module. gchar *domain; the message domain for the description. gchar *description; a description of the image format. gchar **mime_types; a NULL-terminated array of MIME types for the image format. gchar **extensions; a NULL-terminated array of typical filename extensions for the image format. guint32 flags; a combination of GdkPixbufFormatFlags. gboolean disabled; a boolean determining whether the loader is disabled. gchar *license; a string containing license information, typically set to shorthands like "GPL", "LGPL", etc. Since 2.2

Members

Variables

description
char* description;
Undocumented in source.
disabled
int disabled;
Undocumented in source.
domain
char* domain;
Undocumented in source.
extensions
char** extensions;
Undocumented in source.
flags
uint flags;
Undocumented in source.
license
char* license;
Undocumented in source.
mimeTypes
char** mimeTypes;
Undocumented in source.
name
char* name;
Undocumented in source.
signature
GdkPixbufModulePattern* signature;
Undocumented in source.

Meta