Description Usage Arguments Details Author(s)
Helper function for constructing GAsyncInitiable
object. This is
similar to gObjectNew
but also initializes the object asyncronously.
1 2 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.