Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gFileAttributeMatcherEnumerateNamespace

gFileAttributeMatcherEnumerateNamespace


Description

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.)

Usage

gFileAttributeMatcherEnumerateNamespace(object, ns)

Arguments

object

a GFileAttributeMatcher.

ns

a string containing a file attribute namespace.

Details

TODO: this is awkwardly worded.

Value

[logical] TRUE if the matcher matches all of the entries in the given ns, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.