Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.FileAttributeType

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileAttributeType
Enum : FileAttributeType
The data types for file attributes.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
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.FileAttributeInfoList
Method
add (String name, FileAttributeType type, FileAttributeInfoFlags flags) : none
Adds a new attribute with name to the list, setting
its type and flags.
Gio.FileInfo
Method
get_attribute_type (String attribute) : Gio.FileAttributeType
Gets the attribute type for an attribute key.
Gio.FileInfo
Method
set_attribute (String attribute, FileAttributeType type, void* value_p) : none
Sets the attribute to contain the given value, if possible.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:35 GMT+0800 (HKT)