Package ch.bailu.gtk.gobject
Klasse InterfaceInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.InterfaceInfo
- Alle implementierten Schnittstellen:
PointerInterface
A structure that provides information to the type system which is
used specifically for managing interface types.
used specifically for managing interface types.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
user-supplied data passed to the interface init/finalize functionsstatic final String
location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
static final String
location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
user-supplied data passed to the interface init/finalize functionsch.bailu.gtk.gobject.JnaInterfaceInfo.OnInterfaceFinalizeFunc
location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
ch.bailu.gtk.gobject.JnaInterfaceInfo.OnInterfaceInitFunc
location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
void
setFieldInterfaceData
(Pointer interface_data) user-supplied data passed to the interface init/finalize functionsvoid
setFieldInterfaceFinalize
(InterfaceInfo.OnInterfaceFinalizeFunc interface_finalize) location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
void
setFieldInterfaceInit
(InterfaceInfo.OnInterfaceInitFunc interface_init) location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
INTERFACE_INIT
location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
- Siehe auch:
-
INTERFACE_FINALIZE
location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
- Siehe auch:
-
INTERFACE_DATA
user-supplied data passed to the interface init/finalize functions- Siehe auch:
-
-
Konstruktordetails
-
InterfaceInfo
-
InterfaceInfo
public InterfaceInfo()
-
-
Methodendetails
-
getClassHandler
-
setFieldInterfaceInit
location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
-
getFieldInterfaceInit
public ch.bailu.gtk.gobject.JnaInterfaceInfo.OnInterfaceInitFunc getFieldInterfaceInit()location of the interface initialization function
SeeInterfaceInfo.OnInterfaceInitFunc.onInterfaceInitFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
-
setFieldInterfaceFinalize
location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
-
getFieldInterfaceFinalize
public ch.bailu.gtk.gobject.JnaInterfaceInfo.OnInterfaceFinalizeFunc getFieldInterfaceFinalize()location of the interface finalization function
SeeInterfaceInfo.OnInterfaceFinalizeFunc.onInterfaceFinalizeFunc(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.type.Pointer, ch.bailu.gtk.type.Pointer)
-
setFieldInterfaceData
user-supplied data passed to the interface init/finalize functions -
getFieldInterfaceData
user-supplied data passed to the interface init/finalize functions
-