Handbook
Glossary
g_file_create ( file flags cancellable error -- GFileOutputStream* )
Vocabulary
gio
.
ffi
Inputs
file
an
object
flags
an
object
cancellable
an
object
error
an
object
Outputs
GFileOutputStream*
an
object
Definition
USING:
alien.syntax
glib.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GFileOutputStream*
g_file_create
( GFile* file,
GFileCreateFlags
flags, GCancellable*
cancellable, GError* error )