FileT.appendToFinish

Finishes an asynchronous file append operation started with g_file_append_to_async().

template FileT(TStruct)
appendToFinish

Parameters

res AsyncResultIF

Return Value

a valid gio.FileOutputStream or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.