PixbufFormat
Allocate a new PixbufFormat.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new PixbufFormat using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new PixbufFormat.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
the name of the image format
the signature of the module
the message domain for the description
a description of the image format
a combination of GdkPixbufFormatFlags
a boolean determining whether the loader is disabled`
a string containing license information, typically set to shorthands like "GPL", "LGPL", etc.
Allocate a new PixbufFormat using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
the name of the image format
the signature of the module
the message domain for the description
a description of the image format
a combination of GdkPixbufFormatFlags
a boolean determining whether the loader is disabled`
a string containing license information, typically set to shorthands like "GPL", "LGPL", etc.
The AutofreeScope to allocate this structure in.