GAsyncInitableIface

Provides an interface for asynchronous initializing object such that initialization may fail. GTypeInterface g_iface; The parent interface. init_async () Starts initialization of the object. init_finish () Finishes initialization of the object. Since 2.22

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
initAsync
void function(GAsyncInitable* initable, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) initAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
initFinish
int function(GAsyncInitable* initable, GAsyncResult* res, GError** error) initFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta