Package: gtk

Class gtk:uri-launcher

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

uri
The uri property of type :string (Read / Write)
The URI to launch.

Details

A gtk:uri-launcher object collects the arguments that are needed to open a URI with an application. Depending on system configuration, user preferences and available APIs, this may or may not show an app chooser dialog or launch the default application right away.

The operation is started with the gtk:uri-launcher-launch function. This API follows the GIO async pattern, and the result can be obtained by calling the gtk:uri-launcher-launch-finish function.

To launch a file, use the gtk:file-launcher object.

Since 4.10
 

Inherited Slot Access Functions

See also

#2023-10-19