gtkFileChooserRemoveShortcutFolder: gtkFileChooserRemoveShortcutFolder

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Removes a folder from a file chooser's list of shortcut folders.

Usage

1
gtkFileChooserRemoveShortcutFolder(object, folder, .errwarn = TRUE)

Arguments

object

a GtkFileChooser

folder

filename of the folder to remove

.errwarn

Whether to issue a warning on error or fail silently

Details

Since 2.4

Value

A list containing the following elements:

retval

[logical] TRUE if the operation succeeds, FALSE otherwise. In the latter case, the error will be set as appropriate.

See also: gtkFileChooserAddShortcutFolder

error

location to store error, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.