FileAttributeMatcher
Determines if a string matches a file attribute.
Constructors
Creates a new file attribute matcher, which matches attributes against a given string. #GFileAttributeMatchers are reference counted structures, and are created with a reference count of 1. If the number of references falls to 0, the #GFileAttributeMatcher is automatically destroyed.
Functions
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.)
Gets the next matched attribute from a #GFileAttributeMatcher.
Checks if an attribute matcher only matches a given attribute. Always returns false if "*" was used when creating the matcher.
References a file attribute matcher.
Subtracts all attributes of @subtract from @matcher and returns a matcher that supports those attributes.