gAsyncInitableNewAsync
Helper function for constructing GAsyncInitiable object. This is
similar to gObjectNew but also initializes the object asyncronously.
gAsyncInitableNewAsync(object.type, io.priority, cancellable,
callback, user.data, ...) |
a |
|
the I/O priority of the operation. |
|
optional |
|
a |
|
the data to pass to callback function |
|
the value if the first property, followed by and other property
value pairs, and ended by |
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
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.