PixbufModule

constructor()

Allocate a new PixbufModule.

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 PixbufModule 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(moduleName: String?, modulePath: String?, info: PixbufFormat?)

Allocate a new PixbufModule.

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

Parameters

moduleName

the name of the module, usually the same as the usual file extension for images of this type, eg. "xpm", "jpeg" or "png".

modulePath

the path from which the module is loaded.

info

a GdkPixbufFormat holding information about the module.


constructor(moduleName: String?, modulePath: String?, info: PixbufFormat?, scope: <Error class: unknown class>)

Allocate a new PixbufModule using the provided AutofreeScope.

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

Parameters

moduleName

the name of the module, usually the same as the usual file extension for images of this type, eg. "xpm", "jpeg" or "png".

modulePath

the path from which the module is loaded.

info

a GdkPixbufFormat holding information about the module.

scope

The AutofreeScope to allocate this structure in.


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