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

gtkRecentManagerMoveItem

gtkRecentManagerMoveItem


Description

Changes the location of a recently used resource from uri to new.uri.

Usage

gtkRecentManagerMoveItem(object, uri, new.uri, .errwarn = TRUE)

Arguments

object

a GtkRecentManager

uri

the URI of a recently used resource

new.uri

the new URI of the recently used resource, or NULL to remove the item pointed by uri in the list. [ allow-none ]

.errwarn

Whether to issue a warning on error or fail silently

Details

Please note that this function will not affect the resource pointed by the URIs, but only the URI used in the recently used resources list. Since 2.10

Value

A list containing the following elements:

retval

[logical] TRUE on success.

error

a return location for a GError, or NULL. [ allow-none ]

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.