Gfls.AttributeKeys¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Gfls.AttributeKeys(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Gfls.AttributeKeysobject.- Return type:
New in version 0.2.
- add(str)¶
- Parameters:
str (
str) – the value to add.
Adds str to self.
str has the same semantics as the corresponding parameter of
Gio.File.query_info().New in version 0.2.
- to_string()¶
- Returns:
the complete string to pass to
Gio.File.query_info() (for example), orNoneif the list is empty.- Return type:
New in version 0.2.