FileAttributeMatcher.this

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. The attribute string should be formatted with specific keys separated from namespaces with a double colon. Several "namespace::key" strings may be concatenated with a single comma (e.g. "standard::type,standard::is-hidden"). The wildcard "*" may be used to match all keys and namespaces, or "namespace::*" will match all keys in a given namespace.

  1. this(GFileAttributeMatcher* gFileAttributeMatcher)
  2. this(string attributes)
    class FileAttributeMatcher
    this
    (
    string attributes
    )

Parameters

attributes string

an attribute string to match.

Throws

ConstructionException GTK+ fails to create the object.

Meta