Package: gdk

Class gdk:app-launch-context

Superclasses

gio:app-launch-context, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

display
The display property of type gdk:display (Read / Write / Construct Only)
The display that the launch context is for.

Details

The gdk:app-launch-context object is an implementation of the g:app-launch-context object that handles launching an application in a graphical context. It provides startup notification and allows to launch applications on a specific screen or workspace.

Examples

Launching an application.
(let* ((display (gdk:display-default))
       (context (gdk:display-app-launch-context display)))
  (unless (g:app-info-launch-default-for-uri "http://www.gtk.org" context)
    (warn "Launching failed")))    
 

Slot Access Functions

Inherited Slot Access Functions

See also

2025-1-1