Method
GioAsyncInitableinit_finish
Declaration
gboolean
g_async_initable_init_finish (
GAsyncInitable* initable,
GAsyncResult* res,
GError** error
)
Description
Finishes asynchronous initialization and returns the result. See g_async_initable_init_async().
Available since: | 2.22 |
Parameters
res |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |