gio.static_resource

Module for [StaticResource] class

Types 1

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

Fields
GStaticResource _cInstance
Methods
void * _cPtr() nothrow
void fini() nothrowFinalized a GResource initialized by [gio.static_resource.StaticResource.init_].
gio.resource.Resource getResource() nothrowGets the GResource that was registered by a call to [gio.static_resource.StaticResource.init_].
void init_() nothrowInitializes a GResource from static data using a GStaticResource.
Constructors
this(void * ptr, Flag!"Take" take)