~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gFileAttributeMatcherEnumerateNamespace.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gFileAttributeMatcherEnumerateNamespace}
 
2
\name{gFileAttributeMatcherEnumerateNamespace}
 
3
\title{gFileAttributeMatcherEnumerateNamespace}
 
4
\description{Checks if the matcher will match all of the keys in a given namespace.
 
5
This will always return \code{TRUE} if a wildcard character is in use (e.g. if 
 
6
matcher was created with "standard::*" and \code{ns} is "standard", or if matcher was created
 
7
using "*" and namespace is anything.) }
 
8
\usage{gFileAttributeMatcherEnumerateNamespace(object, ns)}
 
9
\arguments{
 
10
\item{\verb{object}}{a \code{\link{GFileAttributeMatcher}}.}
 
11
\item{\verb{ns}}{a string containing a file attribute namespace.}
 
12
}
 
13
\details{TODO: this is awkwardly worded.}
 
14
\value{[logical] \code{TRUE} if the matcher matches all of the entries
 
15
in the given \code{ns}, \code{FALSE} otherwise.}
 
16
\author{Derived by RGtkGen from GTK+ documentation}
 
17
\keyword{internal}