gFileAttributeMatcherMatchesOnly {RGtk2}R Documentation

gFileAttributeMatcherMatchesOnly

Description

Checks if a attribute matcher only matches a given attribute. Always returns FALSE if "*" was used when creating the matcher.

Usage

gFileAttributeMatcherMatchesOnly(object, attribute)

Arguments

object

a GFileAttributeMatcher.

attribute

a file attribute key.

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]