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, available at http://www.freedesktop.org/Standards/clipboard-manager-spec.

Since 2.6

class Display
void
storeClipboard

Parameters

clipboardWindow Window

a GdkWindow 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. [array length=n_targets]

Meta