Function: gui-backend-selection-owner-p
gui-backend-selection-owner-p is a byte-compiled function defined in
select.el.gz.
Signature
(gui-backend-selection-owner-p SELECTION)
Documentation
Whether the current Emacs process owns 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-owner-p SELECTION (NIL ((&context . window-system) eql 'w32))) in `term/w32-win.el'.
Undocumented
(gui-backend-selection-owner-p SELECTION) in `select.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/select.el.gz
(cl-defgeneric gui-backend-selection-owner-p (_selection)
"Whether the current Emacs process owns 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)