Package ch.bailu.gtk.gio
Class StaticResource
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.StaticResource
- All Implemented Interfaces:
PointerInterface
#GStaticResource is an opaque data structure and can only be accessed
using the following functions.
using the following functions.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fini()
Finalized a GResource initialized by g_static_resource_init().static ClassHandler
Gets the GResource that was registered by a call to g_static_resource_init().void
init()
Initializes a GResource from static data using a
GStaticResource.Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
StaticResource
-
-
Method Details
-
getClassHandler
-
fini
public void fini()Finalized a GResource initialized by g_static_resource_init().
This is normally used by code generated by
[glib-compile-resources][glib-compile-resources]
and is not typically used by other code. -
getResource
Gets the GResource that was registered by a call to g_static_resource_init().
This is normally used by code generated by
[glib-compile-resources][glib-compile-resources]
and is not typically used by other code.- Returns:
- a #GResource
-
init
public void init()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.
-