Package: gio

Function gio:application-default

Lambda List

gio:application-default ()

Syntax

(g:application-default) => application
(setf (g:application-default) application)

Arguments

application -- a g:application instance to set as default, or nil

Details

Gets or sets the default application for the process. Normally there is only one application per process and it becomes the default when it is created. You can exercise more control over this by using this function.

If there is no default application then nil is returned.
 

See also

#2025-09-27