Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.FileCopyFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileCopyFlags
Enum : FileCopyFlags
Flags used when copying or moving files.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.File
Method
copy (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : gboolean
Copies the file source to the location specified by destination.
Gio.File
Method
copy_attributes (File destination, FileCopyFlags flags, Cancellable cancellable) : gboolean
Copies the file attributes from source to destination.
Gio.File
Method
move (File destination, FileCopyFlags flags, Cancellable cancellable, Function progress_callback, void* progress_callback_data) : gboolean
Tries to move the file or directory source to the location specified by destination.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:35 GMT+0800 (HKT)