AsyncInitableT.gAsyncInitableNewFinish

Finishes the async construction for the various g_async_initable_new calls, returning the created object or NULL on error. Since 2.22

template AsyncInitableT(TStruct)
ObjectG
gAsyncInitableNewFinish

Parameters

res AsyncResultIF

the GAsyncResult from the callback

Return Value

Type: ObjectG

a newly created GObject, or NULL on error. Free with g_object_unref(). [type GObject.Object][transfer full]

Throws

GException on failure.

Meta