gdkpixbuf.PixbufFormat

Undocumented in source.

Public Imports

gtkc.gdkpixbuftypes
public import gtkc.gdkpixbuftypes;
Undocumented in source.

Members

Classes

PixbufFormat
class PixbufFormat

If GdkPixBuf has been compiled with GModule support, it can be extended by modules which can load (and perhaps also save) new image and animation formats. Each loadable module must export a GdkPixbufModuleFillInfoFunc function named fill_info and a GdkPixbufModuleFillVtableFunc function named fill_vtable.

Meta