Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFileCreateFlags |
Enum : | FileCreateFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gio.FileCreateFlags.NONE : 0
|
|
Number Gio.FileCreateFlags.PRIVATE : 1
|
|
Number Gio.FileCreateFlags.REPLACE_DESTINATION : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.File
Method |
|
Gio.File
Method |
|
Gio.File
Method |
replace
(String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable)
:
Gio.FileOutputStream
|
Gio.File
Method |
append_to_async
(FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
create_async
(FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
replace_async
(String etag, Boolean make_backup, FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
|
Gio.File
Method |
create_readwrite_async
(FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
replace_readwrite
(String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable)
:
Gio.FileIOStream
|
Gio.File
Method |
replace_readwrite_async
(String etag, Boolean make_backup, FileCreateFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
replace_contents
(String contents, Number length, String etag, Boolean make_backup, FileCreateFlags flags, Object out_values, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
replace_contents_async
(String contents, Number length, String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable, Function callback, void* user_data)
:
none
|