Function
Dexfile_move
Declaration [src]
DexFuture*
dex_file_move (
GFile* source,
GFile* destination,
GFileCopyFlags flags,
int io_priority,
GFileProgressCallback progress_callback,
gpointer progress_callback_data,
GDestroyNotify progress_callback_data_destroy
)
Parameters
source-
Type:
GFileSource
GFile.The data is owned by the caller of the function. destination-
Type:
GFileDestination
GFile.The data is owned by the caller of the function. flags-
Type:
GFileCopyFlagsA set of
GFileCopyFlags. io_priority-
Type:
intThe IO priority of the request.
progress_callback-
Type:
GFileProgressCallbackGFileProgressCallbackfunction for updates. progress_callback_data-
Type:
gpointergpointerto user data for the callback function.The argument can be NULL.The data is owned by the caller of the function. progress_callback_data_destroy-
Type:
GDestroyNotifyA function to destroy the
progress_callback_data, orNULL.The argument can be NULL.