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
Flags used when querying a GFileInfo.
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
Gets the requested information about the files in a directory.
Gio.File
Method
enumerate_children_async (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously gets the requested information about the files in a directory.
Gio.File
Method
query_file_type (FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileType
Utility function to inspect the GFileType of a file.
Gio.File
Method
query_info (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) : Gio.FileInfo
Gets the requested information about specified file.
Gio.File
Method
query_info_async (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously gets the requested information about specified file.
Gio.File
Method
set_attribute (String attribute, FileAttributeType type, void* value_p, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets an attribute in the file with attribute name attribute to value.
Gio.File
Method
set_attribute_byte_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_BYTE_STRING to value.
Gio.File
Method
set_attribute_int32 (String attribute, gint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_INT32 to value.
Gio.File
Method
set_attribute_int64 (String attribute, gint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_INT64 to value.
Gio.File
Method
set_attribute_string (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_STRING to value.
Gio.File
Method
set_attribute_uint32 (String attribute, guint32 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_UINT32 to value.
Gio.File
Method
set_attribute_uint64 (String attribute, guint64 value, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Sets attribute of type G_FILE_ATTRIBUTE_TYPE_UINT64 to value.
Gio.File
Method
set_attributes_async (FileInfo info, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously sets the attributes of file with info.
Gio.File
Method
set_attributes_from_info (FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable) : gboolean
Tries to set all attributes in the GFileInfo on the target values,
not stopping on the first error.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:36 GMT+0800 (HKT)