AsyncInitableIF.gAsyncInitableInitFinish

Finishes asynchronous initialization and returns the result. See g_async_initable_init_async(). Since 2.22

interface AsyncInitableIF
int
gAsyncInitableInitFinish

Parameters

res AsyncResultIF

a GAsyncResult.

Return Value

Type: int

TRUE if successful. If an error has occurred, this function will return FALSE and set error appropriately if present.

Throws

GException on failure.

Meta