Gio.StaticResource¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
data |
r |
||
data_len |
r |
||
next |
r |
||
padding |
r |
||
resource |
r |
Methods¶
|
|
|
|
|
Details¶
- class Gio.StaticResource¶
Gio.StaticResource
is an opaque data structure and can only be accessed using the following functions.- fini()[source]¶
Finalized a
Gio.Resource
initialized byGio.StaticResource.init
().This is normally used by code generated by glib-compile-resources and is not typically used by other code.
New in version 2.32.
- get_resource()[source]¶
- Returns:
- Return type:
Gets the
Gio.Resource
that was registered by a call toGio.StaticResource.init
().This is normally used by code generated by glib-compile-resources and is not typically used by other code.
New in version 2.32.
- init()[source]¶
Initializes a
Gio.Resource
from static data using aGio.StaticResource
.This is normally used by code generated by glib-compile-resources and is not typically used by other code.
New in version 2.32.