Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.FileCreateFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileCreateFlags
Enum : FileCreateFlags
  Show / Hide Inherited methods, properties and signals
Flags used when an operation may create a file.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.File
Method
append_to (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
create (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
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
create_readwrite (FileCreateFlags flags, Cancellable cancellable) : Gio.FileIOStream
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:33 GMT+0800 (HKT)