Package: gtk

Callback gtk:clipboard-received-func

Syntax

lambda (clipboard selection)

Arguments

clipboard -- a gtk:clipboard object
selection -- a gtk:selection-data instance containing the data that was received, if retrieving the data failed, then the length field of the selection data will be negative

Details

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

See also

#2024-3-18