module Clipboard:sig..end
val get : Gdk.atom -> Gtk.clipboardval clear : Gtk.clipboard -> unitval set_text : Gtk.clipboard -> string -> unitval wait_for_contents : Gtk.clipboard -> target:Gdk.atom -> Gtk.selection_dataval wait_for_text : Gtk.clipboard -> string optionval request_contents : Gtk.clipboard ->
target:Gdk.atom -> callback:(Gtk.selection_data -> unit) -> unitval request_text : Gtk.clipboard -> callback:(string option -> unit) -> unit