Package: gdk
Class gdk:app-launch-context
Superclassesgio:app-launch-context, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
        None
           Direct SlotsDetails      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
(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")))             | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also | 
2025-1-1