Package: gtk

Function gtk-recent-chooser-current-uri

Lambda List

gtk-recent-chooser-current-uri (chooser)

Syntax

(gtk-recent-chooser-current-uri chooser) => uri
(setf (gtk-recent-chooser-current-uri chooser) uri)

Arguments

chooser -- a gtk-recent-chooser object
uri -- a string with the URI

Details

Accessor of the URI currently selected by chooser.

The gtk-recent-chooser-current-uri slot access function gets the URI currently selected by chooser. The (setf gtk-recent-chooser-current-uri) slot access function sets uri as the current URI for chooser.
 

See also

2021-12-26