gtkRecentChooserSetCurrentUri {RGtk2}R Documentation

gtkRecentChooserSetCurrentUri

Description

Sets uri as the current URI for chooser.

Usage

gtkRecentChooserSetCurrentUri(object, uri, .errwarn = TRUE)

Arguments

object [GtkRecentChooser] a GtkRecentChooser
uri [character] 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 the URI was found.
error [GError] return location for a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]