StaticResource
-
class StaticResource(*args, **kwargs)
StaticResource
is an opaque data structure and can only be accessed
using the following functions.
Methods
-
class StaticResource
-
fini() → None
Finalized a GResource initialized by init()
.
This is normally used by code generated by
[glib-compile-resources][glib-compile-resources]
and is not typically used by other code.
-
get_resource() → Resource
Gets the GResource that was registered by a call to init()
.
This is normally used by code generated by
[glib-compile-resources][glib-compile-resources]
and is not typically used by other code.
-
init() → None
Initializes a GResource from static data using a
GStaticResource.
This is normally used by code generated by
[glib-compile-resources][glib-compile-resources]
and is not typically used by other code.
Fields
-
class StaticResource
-
data
-
data_len
-
next
-
padding
-
resource