Package: gtk

Accessor gtk:uri-launcher-uri

Lambda List

gtk:uri-launcher-uri (object)

Syntax

(gtk:uri-launcher-uri object) => uri
(setf (gtk:uri-launcher-uri object) uri)

Arguments

object -- a gtk:uri-launcher object
uri -- a string with the URI

Details

Accessor of the uri slot of the gtk:uri-launcher class. The gtk:uri-launcher-uri function gets the URI that will be opened. The (setf gtk:uri-launcher-uri) function sets the URI.

Since 4.10
 

See also

#2023-10-12