g_file_move ( file destination flags cancellable progress_callback progress_callback_data error -- gboolean )


Vocabulary
gio.ffi

Inputs
filean object
destinationan object
flagsan object
cancellablean object
progress_callbackan object
progress_callback_dataan object
erroran object


Outputs
gbooleanan object


Definition


LIBRARY: gio FUNCTION: gboolean g_file_move
( GFile* file, GFile* destination, GFileCopyFlags flags,
GCancellable* cancellable, GFileProgressCallback
progress_callback, gpointer progress_callback_data, GError*
error )