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

« back to all changes in this revision

Viewing changes to man/gtkRecentManagerAddItem.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:
5
5
resources list.}
6
6
\usage{gtkRecentManagerAddItem(object, uri)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkRecentManager}}]  a \verb{\link{GtkRecentManager}}}
9
 
\item{\verb{uri}}{[character]  a valid URI}
 
8
\item{\verb{object}}{a \code{\link{GtkRecentManager}}}
 
9
\item{\verb{uri}}{a valid URI}
10
10
}
11
11
\details{This function automatically retrieves some of the needed
12
12
metadata and setting other metadata to common default values; it
13
13
then feeds the data to \code{\link{gtkRecentManagerAddFull}}.
14
14
  
15
15
See \code{\link{gtkRecentManagerAddFull}} if you want to explicitly
16
 
define the metadata for the resource pointed by \code{uri}.  
17
 
 
18
 
  Since  2.10}
 
16
define the metadata for the resource pointed by \code{uri}.
 
17
  Since 2.10}
19
18
\value{[logical] \code{TRUE} if the new item was successfully added
20
19
  to the recently used resources list}
21
20
\author{Derived by RGtkGen from GTK+ documentation}