Package: gtk

Function gtk-selection-data-uris

Lambda List

gtk-selection-data-uris (selection)

Syntax

(gtk-selection-data-uris selection) => uris
(setf (gtk-selection-data-uris selection) uris)

Arguments

selection -- a gtk-selection-data instance
uris -- a list of strings holding URIs

Details

The gtk-selection-data-uris function gets the contents of the selection data as a list of URIs. The (setf gtk-selection-data-uris) function sets the contents of the selection. The string is converted to the form determined by the target of the selection.
 

See also

2021-10-3