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

« back to all changes in this revision

Viewing changes to man/gtkRecentFilterGetNeeded.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:
4
4
\description{Gets the fields that need to be filled in for the structure
5
5
passed to \code{\link{gtkRecentFilterFilter}}}
6
6
\usage{gtkRecentFilterGetNeeded(object)}
7
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkRecentFilter}}]  a \verb{\link{GtkRecentFilter}}}}
 
7
\arguments{\item{\verb{object}}{a \code{\link{GtkRecentFilter}}}}
8
8
\details{This function will not typically be used by applications; it
9
9
is intended principally for use in the implementation of
10
 
\verb{\link{GtkRecentChooser}}.  
11
 
 
12
 
  Since  2.10}
 
10
\code{\link{GtkRecentChooser}}.
 
11
  Since 2.10}
13
12
\value{[\code{\link{GtkRecentFilterFlags}}]  bitfield of flags indicating needed fields when
14
13
  calling \code{\link{gtkRecentFilterFilter}}}
15
14
\author{Derived by RGtkGen from GTK+ documentation}