Package ch.bailu.gtk.gio
Klasse AsyncResultIface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.AsyncResultIface
- Alle implementierten Schnittstellen:
PointerInterface
Interface definition for [iface@Gio.AsyncResult].
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringThe parent interface.static final StringGets the source object that issued the asynchronous operation.static final StringGets the user data passed to the callback.static final StringChecks if a result is tagged with a particular source. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gio.JnaAsyncResultIface.OnGetSourceObjectGets the source object that issued the asynchronous operation.ch.bailu.gtk.gio.JnaAsyncResultIface.OnGetUserDataGets the user data passed to the callback.ch.bailu.gtk.gio.JnaAsyncResultIface.OnIsTaggedChecks if a result is tagged with a particular source.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldGetSourceObject(AsyncResultIface.OnGetSourceObject get_source_object) Gets the source object that issued the asynchronous operation.voidsetFieldGetUserData(AsyncResultIface.OnGetUserData get_user_data) Gets the user data passed to the callback.voidsetFieldIsTagged(AsyncResultIface.OnIsTagged is_tagged) Checks if a result is tagged with a particular source.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
-
Felddetails
-
G_IFACE
The parent interface.
Private field: direct-type- Siehe auch:
-
GET_USER_DATA
Gets the user data passed to the callback.
SeeAsyncResultIface.OnGetUserData.onGetUserData(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult)- Siehe auch:
-
GET_SOURCE_OBJECT
Gets the source object that issued the asynchronous operation.
SeeAsyncResultIface.OnGetSourceObject.onGetSourceObject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult)- Siehe auch:
-
IS_TAGGED
Checks if a result is tagged with a particular source.
SeeAsyncResultIface.OnIsTagged.onIsTagged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult, ch.bailu.gtk.type.Pointer)- Siehe auch:
-
-
Konstruktordetails
-
AsyncResultIface
-
AsyncResultIface
public AsyncResultIface()
-
-
Methodendetails
-
getClassHandler
-
setFieldGetUserData
Gets the user data passed to the callback.
SeeAsyncResultIface.OnGetUserData.onGetUserData(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult) -
getFieldGetUserData
public ch.bailu.gtk.gio.JnaAsyncResultIface.OnGetUserData getFieldGetUserData()Gets the user data passed to the callback.
SeeAsyncResultIface.OnGetUserData.onGetUserData(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult) -
setFieldGetSourceObject
Gets the source object that issued the asynchronous operation.
SeeAsyncResultIface.OnGetSourceObject.onGetSourceObject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult) -
getFieldGetSourceObject
public ch.bailu.gtk.gio.JnaAsyncResultIface.OnGetSourceObject getFieldGetSourceObject()Gets the source object that issued the asynchronous operation.
SeeAsyncResultIface.OnGetSourceObject.onGetSourceObject(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult) -
setFieldIsTagged
Checks if a result is tagged with a particular source.
SeeAsyncResultIface.OnIsTagged.onIsTagged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult, ch.bailu.gtk.type.Pointer) -
getFieldIsTagged
public ch.bailu.gtk.gio.JnaAsyncResultIface.OnIsTagged getFieldIsTagged()Checks if a result is tagged with a particular source.
SeeAsyncResultIface.OnIsTagged.onIsTagged(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gio.AsyncResult, ch.bailu.gtk.type.Pointer) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-