gtkRecentChooserSelectUri {RGtk2}R Documentation

gtkRecentChooserSelectUri

Description

Selects uri inside chooser.

Usage

gtkRecentChooserSelectUri(object, uri, .errwarn = TRUE)

Arguments

object

a GtkRecentChooser

uri

a URI

.errwarn

Whether to issue a warning on error or fail silently

Details

Since 2.10

Value

A list containing the following elements:

retval

[logical] TRUE if uri was found.

error

return location for a GError, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]