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 interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
The parent interface.static final String
Gets the source object that issued the asynchronous operation.static final String
Gets the user data passed to the callback.static final String
Checks if a result is tagged with a particular source. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gio.JnaAsyncResultIface.OnGetSourceObject
Gets the source object that issued the asynchronous operation.ch.bailu.gtk.gio.JnaAsyncResultIface.OnGetUserData
Gets the user data passed to the callback.ch.bailu.gtk.gio.JnaAsyncResultIface.OnIsTagged
Checks if a result is tagged with a particular source.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldGetSourceObject
(AsyncResultIface.OnGetSourceObject get_source_object) Gets the source object that issued the asynchronous operation.void
setFieldGetUserData
(AsyncResultIface.OnGetUserData get_user_data) Gets the user data passed to the callback.void
setFieldIsTagged
(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, 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
-
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()
-