RecentManager.removeItem

Removes a resource pointed by uri from the recently used resources list handled by a recent manager. Since 2.10

class RecentManager
int
removeItem
(
string uri
)

Parameters

uri string

the URI of the item you wish to remove

Return Value

Type: int

TRUE if the item pointed by uri has been successfully removed by the recently used resources list, and FALSE otherwise.

Throws

GException on failure.

Meta