GFileIface.create

struct GFileIface
extern (C)
GFileOutputStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** err) create;

Return Value

a #GFileOutputStream for the newly created file, or %NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta