[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "2.4" ) ]
public delegate void ClipboardTargetsReceivedFunc (Clipboard clipboard, Atom[]? atoms)
A function to be called when the results of request_targets are received, or when the request fails.
clipboard |
the Clipboard |
atoms |
the supported targets, as array of Atom, or null if retrieving the data failed. |
data |
the |
n_atoms |
the length of the |