StaticResource

class StaticResource(val gioStaticResourcePointer: <Error class: unknown class><<Error class: unknown class>>)(source)

#GStaticResource is an opaque data structure and can only be accessed using the following functions.

Constructors

Link copied to clipboard
constructor()

Allocate a new StaticResource.

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

Allocate a new StaticResource using the provided AutofreeScope.

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

Properties

Link copied to clipboard
val gioStaticResourcePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun fini()

Finalized a GResource initialized by g_static_resource_init().

Link copied to clipboard

Gets the GResource that was registered by a call to g_static_resource_init().

Link copied to clipboard
fun init()

Initializes a GResource from static data using a GStaticResource.