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

a GtkRecentManager

uri

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.20.21 Index]