FileAttributeMatcher
Object Hierarchy:
Description:
Determines if a string matches a file attribute.
Namespace: GLib
Package: gio-2.0
Content:
Creation methods:
Methods:
-
public bool enumerate_namespace (string ns)
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.)
-
public unowned string enumerate_next ()
-
public bool matches (string attribute)
Checks if an attribute will be matched by an attribute matcher. If the matcher was created with the "*"
matching string, this function will always return true.
-
public bool matches_only (string attribute)
Checks if a attribute matcher only matches a given attribute. Always returns false if "*"
was used when creating the matcher.