XConvertSelection (3) Linux Manual Page
XSetSelectionOwner, XGetSelectionOwner, XConvertSelection – manipulate window selection Syntax int XSetSelectionOwner(Display *display, Atom selection, Window owner, Time time); Window XGetSelectionOwner(Display *display, Atom selection); int XConvertSelection(Display *display, Atom selection, Atom target, Atom property, Window requestor, Time time); Arguments display Specifies the connection to the X server. owner Specifies the owner of the specified selection atom. You can…
