gtkRecentManagerRemoveItem {RGtk2} | R Documentation |
Removes a resource pointed by uri
from the recently used resources
list handled by a recent manager.
gtkRecentManagerRemoveItem(object, uri, .errwarn = TRUE)
|
[GtkRecentManager ] a GtkRecentManager |
|
[character] the URI of the item you wish to remove |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.10
A list containing the following elements:
retval |
[logical] TRUE if the item pointed by uri has been successfully
removed by the recently used resources list, and FALSE otherwise. |
|
[GError ] return location for a GError , or NULL |
Derived by RGtkGen from GTK+ documentation