Package: gtk
Function gtk-recent-manager-move-item
Lambda Listgtk-recent-manager-move-item (manager uri new-uri) Argumentsmanager -- a gtk-recent-manager object uri -- a string with the URI of a recently used resource new-uri -- a string with the new URI of the recently used resource, or nil to remove the item pointed by uri in the list Return ValueTrue on success. Details Changes the location of a recently used resource from uri to new-uri. 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. | See also |
2021-12-27