c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.FileQueryInfoFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileQueryInfoFlags
Enum : FileQueryInfoFlags
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.File
Method
enumerate_children (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileEnumerator
Gio.File
Method
enumerate_children_async (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
query_file_type (FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileType
Gio.File
Method
query_info (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileInfo
Gio.File
Method
query_info_async (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_attribute (String attribute, FileAttributeType type, void* value_p, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_byte_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_int32 (String attribute, gint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_int64 (String attribute, gint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_uint32 (String attribute, guint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attribute_uint64 (String attribute, guint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Gio.File
Method
set_attributes_async (FileInfo info, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.File
Method
set_attributes_from_info (FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:19 GMT+0800 (HKT)