Package: gtk

Function gtk:recent-manager-move-item

Lambda List

gtk:recent-manager-move-item (manager uri newuri)

Arguments

manager -- a gtk:recent-manager object
uri -- a string with the URI of a recently used resource
newuri -- 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 newuri.

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

#2024-11-20