gtkRecentManagerMoveItem {RGtk2} | R Documentation |
Changes the location of a recently used resource from uri
to new.uri
.
gtkRecentManagerMoveItem(object, uri, new.uri, .errwarn = TRUE)
|
[GtkRecentManager ] a GtkRecentManager |
|
[character] the URI of a recently used resource |
|
[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 |
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
A list containing the following elements:
retval |
[logical] TRUE on success. |
|
[GError ] a return location for a GError , or NULL |
Derived by RGtkGen from GTK+ documentation