FileAttributeMatcher.toString_

Prints what the matcher is matching against. The format will be equal to the format passed to gio.file_attribute_matcher.FileAttributeMatcher.new_. The output however, might not be identical, as the matcher may decide to use a different order or omit needless parts.

class FileAttributeMatcher
string
toString_
()

Return Value

Type: string

a string describing the attributes the matcher matches against or null if matcher was null.