Package: gtk

Callback gtk-clipboard-received-func

Details

A callback function to be called when the results of the gtk-clipboard-request-contents function are received, or when the request fails.
 lambda (clipboard selection)  
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.
 

See also

2021-10-6