GAsyncInitable
Asynchronously failable object initialization interface
gAsyncInitableInitAsync(object, io.priority, cancellable = NULL, callback, user.data = NULL)
gAsyncInitableInitFinish(object, res, .errwarn = TRUE)
gAsyncInitableNewAsync(object.type, io.priority, cancellable, callback, user.data, ...)
gAsyncInitableNewFinish(object, res, .errwarn = TRUE)
GInterface +----GAsyncInitable
A class may implement both the GInitable
and GAsyncInitable
interfaces.
Users of objects implementing this are not intended to use the interface
method directly, instead it will be used automatically in various ways.
For C applications you generally just call gAsyncInitableNewAsync
directly, or indirectly via a fooThingNewAsync()
wrapper. This will call
gAsyncInitableInitAsync
under the cover, calling back with NULL
and
a set GError
on failure.
GAsyncInitable
Interface for asynchronously initializable objects. Since 2.22
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.