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

« back to all changes in this revision

Viewing changes to man/gtkRecentManagerMoveItem.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{Changes the location of a recently used resource from \code{uri} to \code{new.uri}.}
5
5
\usage{gtkRecentManagerMoveItem(object, uri, new.uri, .errwarn = TRUE)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkRecentManager}}]  a \verb{\link{GtkRecentManager}}}
8
 
\item{\verb{uri}}{[character]  the URI of a recently used resource}
9
 
\item{\verb{new.uri}}{[character]  the new URI of the recently used resource, or \code{NULL} to
10
 
   remove the item pointed by \code{uri} in the list}
 
7
\item{\verb{object}}{a \code{\link{GtkRecentManager}}}
 
8
\item{\verb{uri}}{the URI of a recently used resource}
 
9
\item{\verb{new.uri}}{ the new URI of the recently used resource, or \code{NULL} to
 
10
   remove the item pointed by \code{uri} in the list. \emph{[  \acronym{allow-none}  ]}}
11
11
\item{.errwarn}{Whether to issue a warning on error or fail silently}
12
12
}
13
13
\details{Please note that this function will not affect the resource pointed
14
 
by the URIs, but only the URI used in the recently used resources list.  
15
 
 
16
 
  Since  2.10}
 
14
by the URIs, but only the URI used in the recently used resources list.
 
15
  Since 2.10}
17
16
\value{
18
17
A list containing the following elements:
19
18
\item{retval}{[logical] \code{TRUE} on success.}
20
 
\item{\verb{error}}{[\verb{\link{GError}}]  a return location for a \verb{\link{GError}}, or \code{NULL}}
 
19
\item{\verb{error}}{ a return location for a \code{\link{GError}}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
21
20
}
22
21
\author{Derived by RGtkGen from GTK+ documentation}
23
22
\keyword{internal}