Method
GdkDisplaystore_clipboard
since: 2.6
Declaration [src]
void
gdk_display_store_clipboard (
GdkDisplay* display,
GdkWindow* clipboard_window,
guint32 time_,
const GdkAtom* targets,
gint n_targets
)
Description [src]
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 since: 2.6
Parameters
clipboard_window
-
Type:
GdkWindow
A
GdkWindow
belonging to the clipboard owner.The data is owned by the caller of the method. time_
-
Type:
guint32
A timestamp.
targets
-
Type: An array of
GdkAtom
An array of targets that should be saved, or
NULL
if all available targets should be saved.The argument can be NULL
.The length of the array is specified in the n_targets
argument.The data is owned by the caller of the method. n_targets
-
Type:
gint
Length of the
targets
array.