gFileAttributeMatcherMatches {RGtk2}R Documentation

gFileAttributeMatcherMatches

Description

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.

Usage

gFileAttributeMatcherMatches(object, attribute)

Arguments

object

a GFileAttributeMatcher.

attribute

a file attribute key.

Value

[logical] TRUE if attribute matches matcher. FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]