gtkRecentManagerMoveItem {RGtk2}R Documentation

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 [GtkRecentManager] a GtkRecentManager
uri [character] the URI of a recently used resource
new.uri [character] the new URI of the recently used resource, or NULL to remove the item pointed by uri in the list
.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 [GError] a return location for a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]