Learn R Programming

RGtk2 (version 2.20.3)

gAsyncInitableNewAsync: gAsyncInitableNewAsync

Description

Helper function for constructing GAsyncInitiable object. This is similar to gObjectNew but also initializes the object asyncronously.

Usage

gAsyncInitableNewAsync(object.type, io.priority, cancellable, callback, user.data, ...)

Arguments

Details

When the initialization is finished, callback will be called. You can then call gAsyncInitableNewFinish to get new object and check for any errors. Since 2.22