| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GFileAttributeMatcher |
| Struct : | FileAttributeMatcher |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
|
Create a new Gio.FileAttributeMatcher
Create a new Gio.FileAttributeMatcher
|
||
|
Checks if the matcher will match all of the keys in a given namespace.
Checks if the matcher will match all of the keys in a given namespace.
This will always return TRUE if a wildcard character is in use (e.g. if matcher was created with "standard::*" and ns is "standard", or if matcher was created using "*" and namespace is anything.) in the given ns, FALSE otherwise.
|
Gio.FileAttributeMatcher | |
|
enumerate_next
()
:
String
Gets the next matched attribute from a GFileAttributeMatcher.
Gets the next matched attribute from a GFileAttributeMatcher.
no more attribute exist.
|
Gio.FileAttributeMatcher | |
|
Checks if an attribute will be matched by an attribute matcher.
|
Gio.FileAttributeMatcher | |
|
Checks if a attribute matcher only matches a given attribute.
|
Gio.FileAttributeMatcher | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.FileInfo
Method |
set_attribute_mask
(FileAttributeMatcher mask)
:
none
Sets mask on info to match specific attribute types.
|