gSimpleAsyncResultComplete {RGtk2}R Documentation

gSimpleAsyncResultComplete

Description

Completes an asynchronous I/O job immediately. Must be called in the thread where the asynchronous result was to be delivered, as it invokes the callback directly. If you are in a different thread use gSimpleAsyncResultCompleteInIdle.

Usage

gSimpleAsyncResultComplete(object)

Arguments

object

a GSimpleAsyncResult.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]