Method
GioAsyncInitablenew_finish
Declaration
GObject*
g_async_initable_new_finish (
GAsyncInitable* initable,
GAsyncResult* res,
GError** error
)
Description
Finishes the async construction for the various g_async_initable_new
calls, returning the created object or NULL
on error.
Available since: | 2.22 |
Parameters
res |
GAsyncResult |
The |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GObject |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |