Package: gtk

Accessor gtk-recent-chooser-local-only

Lambda List

gtk-recent-chooser-local-only (object)

Syntax

(gtk-recent-chooser-local-only objet) => local-only
(setf (gtk-recent-chooser-local-only object) local-only)

Arguments

chooser -- a gtk-recent-chooser object
local-only -- true if only local files can be shown

Details

Accessor of the local-only slot of the gtk-recent-chooser class.

The gtk-recent-chooser-local-only slot access function gets whether only local resources should be shown in the recently used resources selector. The (setf gtk-recent-chooser-local-only) slot access function sets whether only local resources, that is resources using the file:// URI scheme, should be shown in the recently used resources selector.

If the local-only argument is true (the default) then the shown resources are guaranteed to be accessible through the operating system native file system.
 

See also

2021-12-26