Gio.StaticResource¶
record (struct)
GStaticResource is an opaque data structure and can only be accessed
using the following functions.
Methods¶
fini¶
Finalizes a Resource initialized by
StaticResource.init.
This is normally used by code generated by
glib-compile-resources
and is not typically used by other code.
get_resource¶
Gets the Resource that was registered by a call to
StaticResource.init.
This is normally used by code generated by
glib-compile-resources
and is not typically used by other code.
init¶
Initializes a Resource from static data using a
StaticResource.
This is normally used by code generated by
glib-compile-resources
and is not typically used by other code.