Package: gdk

Function gdk:clipboard-set

Lambda List

gdk:clipboard-set (clipboard gtype value)

Arguments

clipboard -- a gdk:clipboard object
gtype -- a g:type-t type ID of value to set
value -- a Lisp value to be set

Details

Sets the clipboard to contain the given value.

Notes

This function intializes a g:value instance of the given gtype, stores value in the g:value instance and calls the gdk:clipboard-set-value function.
 

See also

#2023-7-30