gtkRecentManagerHasItem {RGtk2}R Documentation

gtkRecentManagerHasItem

Description

Checks whether there is a recently used resource registered with uri inside the recent manager.

Usage

gtkRecentManagerHasItem(object, uri)

Arguments

object [GtkRecentManager] a GtkRecentManager
uri [character] a URI

Details

Since 2.10

Value

[logical] TRUE if the resource was found, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]