Function: gui-backend-selection-exists-p

gui-backend-selection-exists-p is a byte-compiled function defined in select.el.gz.

Signature

(gui-backend-selection-exists-p SELECTION)

Documentation

Whether there is an owner for the given X Selection.

The arg should be the name of the selection in question, typically one of the symbols PRIMARY, SECONDARY, or CLIPBOARD.
(Those are literal upper-case symbol names, since that's what X expects.)

Implementations

(gui-backend-selection-exists-p SELECTION) in `select.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/select.el.gz
(cl-defgeneric gui-backend-selection-exists-p (_selection)
  "Whether there is an owner for the given X Selection.
The arg should be the name of the selection in question, typically one of
the symbols `PRIMARY', `SECONDARY', or `CLIPBOARD'.
\(Those are literal upper-case symbol names, since that's what X expects.)"
  nil)