Display.storeClipboard

Issues a request to the clipboard manager to store the clipboard data. On X11, this is a special program that works according to the FreeDesktop Clipboard Specification.

class Display
void
storeClipboard

Parameters

clipboardWindow Window

a gdk.Window belonging to the clipboard owner

time uint

a timestamp

targets GdkAtom[]

an array of targets that should be saved, or NULL if all available targets should be saved.

Meta