ClipboardTargetsReceivedFunc


Description:

[ 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.

Parameters:

clipboard

the Clipboard

atoms

the supported targets, as array of Atom, or null if retrieving the data failed.

data

the user_data supplied to request_targets.

n_atoms

the length of the atoms array.


Namespace: Gtk
Package: gtk+-3.0