Package: gtk

Callback gtk-clipboard-text-received-func

Details

A callback function to be called when the results of the gtk-clipboard-request-text function are received, or when the request fails.
 lambda (clipboard text)  
clipboard
A gtk-clipboard object.
text
The text received, as a UTF-8 encoded string, or nil if retrieving the data failed.
 

See also

2021-10-6