Package: gtk

Function gtk-recent-manager-move-item

Lambda List

gtk-recent-manager-move-item (manager uri new-uri)

Arguments

manager -- 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 Value

True 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