gtkRecentInfoHasApplication {RGtk2}R Documentation

gtkRecentInfoHasApplication

Description

Checks whether an application registered this resource using app.name.

Usage

gtkRecentInfoHasApplication(object, app.name)

Arguments

object [GtkRecentInfo] a GtkRecentInfo
app.name [character] a string containing an application name

Details

Since 2.10

Value

[logical] TRUE if an application with name app.name was found, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]