File.appendToFinish

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

class File
appendToFinish

Parameters

res AsyncResultIF

GAsyncResult

Return Value

a valid GFileOutputStream or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta