gSimpleAsyncResultNew {RGtk2}R Documentation

gSimpleAsyncResultNew

Description

Creates a GSimpleAsyncResult.

Usage

gSimpleAsyncResultNew(source.object, callback, user.data = NULL, source.tag)

Arguments

source.object

a GObject the asynchronous function was called with, or NULL.

callback

a GAsyncReadyCallback.

user.data

user data passed to callback.

source.tag

the asynchronous function.

Value

[GSimpleAsyncResult] a GSimpleAsyncResult.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]