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:
GdkWindowA
GdkWindowbelonging to the clipboard owner.The data is owned by the caller of the method. time_-
Type:
guint32A timestamp.
targets-
Type: An array of
GdkAtomAn array of targets that should be saved, or
NULLif all available targets should be saved.The argument can be NULL.The length of the array is specified in the n_targetsargument.The data is owned by the caller of the method. n_targets-
Type:
gintLength of the
targetsarray.