Handbook
Glossary
g_file_move ( file destination flags cancellable progress_callback progress_callback_data error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
file
an
object
destination
an
object
flags
an
object
cancellable
an
object
progress_callback
an
object
progress_callback_data
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_file_move
( GFile* file, GFile* destination,
GFileCopyFlags
flags,
GCancellable* cancellable,
GFileProgressCallback
progress_callback,
gpointer
progress_callback_data, GError*
error )