PixbufFormat

constructor()

Allocate a new PixbufFormat.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.


constructor(scope: <Error class: unknown class>)

Allocate a new PixbufFormat using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

scope

The AutofreeScope to allocate this structure in.


constructor(name: String?, signature: PixbufModulePattern?, domain: String?, description: String?, flags: <Error class: unknown class>, disabled: Boolean, license: String?)

Allocate a new PixbufFormat.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.

Parameters

name

the name of the image format

signature

the signature of the module

domain

the message domain for the description

description

a description of the image format

flags

a combination of GdkPixbufFormatFlags

disabled

a boolean determining whether the loader is disabled`

license

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


constructor(name: String?, signature: PixbufModulePattern?, domain: String?, description: String?, flags: <Error class: unknown class>, disabled: Boolean, license: String?, scope: <Error class: unknown class>)

Allocate a new PixbufFormat using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

name

the name of the image format

signature

the signature of the module

domain

the message domain for the description

description

a description of the image format

flags

a combination of GdkPixbufFormatFlags

disabled

a boolean determining whether the loader is disabled`

license

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

scope

The AutofreeScope to allocate this structure in.


constructor(gdkPixbufFormatPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)