Package ch.bailu.gtk.gio
Schnittstelle SimpleAsyncResult.OnSimpleAsyncThreadFunc
- Umschließende Klasse:
SimpleAsyncResult
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onSimpleAsyncThreadFunc
(CallbackHandler __self, SimpleAsyncResult res, Object object, Cancellable cancellable) Simple thread function that runs an asynchronous operation and
checks for cancellation.
-
Methodendetails
-
onSimpleAsyncThreadFunc
void onSimpleAsyncThreadFunc(CallbackHandler __self, @Nonnull SimpleAsyncResult res, @Nonnull Object object, @Nullable Cancellable cancellable) Simple thread function that runs an asynchronous operation and
checks for cancellation.- Parameter:
res
- a #GSimpleAsyncResult.object
- a #GObject.cancellable
- optional #GCancellable object, %NULL to ignore.
-