c
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
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
append_to_async (FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
create (FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
create_async (FileCreateFlags flags, gint32 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, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace (String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileOutputStream
Gio.File
Method
replace_async (String etag, gboolean make_backup, FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_contents (String contents, guint64 length, String etag, gboolean make_backup, FileCreateFlags flags, Object out_values, Cancellable cancellable) : gboolean
Gio.File
Method
replace_contents_async (String contents, guint64 length, String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
replace_readwrite (String etag, gboolean make_backup, FileCreateFlags flags, Cancellable cancellable) : Gio.FileIOStream
Gio.File
Method
replace_readwrite_async (String etag, gboolean make_backup, FileCreateFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:19 GMT+0800 (HKT)