GFileIface.appendToFinish

struct GFileIface
extern (C)
GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** err) appendToFinish;

Return Value

a valid #GFileOutputStream or %NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta