Package: gtk

Callback gtk:clipboard-text-received-func

Syntax

lambda (clipboard text)

Arguments

clipboard -- a gtk:clipboard object
text -- a text received, as a UTF-8 encoded string, or nil if retrieving the data failed

Details

A callback function to be called when the results of the gtk:clipboard-request-text function are received, or when the request fails.
 

See also

#2024-3-18