Package: gtk

Callback gtk:clipboard-targets-received-func

Syntax

lambda (clipboard atoms n-atoms)

Arguments

clipboard -- a gtk:clipboard object
atoms -- a pointer to a foreign C array of gdk:atom-as-string atoms
n-atoms -- an integer with the length of the atoms array

Details

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

See also

#2024-3-18