Package ch.bailu.gtk.gio
Klasse StaticResource
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.StaticResource
- Alle implementierten Schnittstellen:
PointerInterface
`GStaticResource` is an opaque data structure and can only be accessed
using the following functions.
using the following functions.
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfini()Finalizes a [struct@Gio.Resource] initialized by
[method@Gio.StaticResource.init].static ClassHandlerGets the [struct@Gio.Resource] that was registered by a call to
[method@Gio.StaticResource.init].voidinit()Initializes a [struct@Gio.Resource] from static data using a
[struct@Gio.StaticResource].Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
StaticResource
-
-
Methodendetails
-
getClassHandler
-
fini
public void fini()Finalizes a [struct@Gio.Resource] initialized by
[method@Gio.StaticResource.init].
This is normally used by code generated by
[`glib-compile-resources`](glib-compile-resources.html)
and is not typically used by other code. -
getResource
Gets the [struct@Gio.Resource] that was registered by a call to
[method@Gio.StaticResource.init].
This is normally used by code generated by
[`glib-compile-resources`](glib-compile-resources.html)
and is not typically used by other code.- Gibt zurück:
- a [struct@Gio.Resource]
-
init
public void init()Initializes a [struct@Gio.Resource] from static data using a
[struct@Gio.StaticResource].
This is normally used by code generated by
[`glib-compile-resources`](glib-compile-resources.html)
and is not typically used by other code.
-