Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFileQueryInfoFlags |
Enum : | FileQueryInfoFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gio.FileQueryInfoFlags.NOFOLLOW_SYMLINKS : 1
|
|
Number Gio.FileQueryInfoFlags.NONE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.File
Method |
|
Gio.File
Method |
|
Gio.File
Method |
query_info_async
(String attributes, FileQueryInfoFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
enumerate_children
(String attributes, FileQueryInfoFlags flags, Cancellable cancellable)
:
Gio.FileEnumerator
|
Gio.File
Method |
enumerate_children_async
(String attributes, FileQueryInfoFlags flags, Number 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)
:
Boolean
|
Gio.File
Method |
set_attributes_from_info
(FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attributes_async
(FileInfo info, FileQueryInfoFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.File
Method |
set_attribute_string
(String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attribute_byte_string
(String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attribute_uint32
(String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attribute_int32
(String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attribute_uint64
(String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|
Gio.File
Method |
set_attribute_int64
(String attribute, Number value, FileQueryInfoFlags flags, Cancellable cancellable)
:
Boolean
|