ClipboardReceivedFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate void ClipboardReceivedFunc (Clipboard clipboard, SelectionData selection_data)

A function to be called when the results of request_contents are received, or when the request fails.

Parameters:

clipboard

the Clipboard

selection_data

a SelectionData containing the data was received. If retrieving the data failed, then then length field of selection_data will be negative.

data

the user_data supplied to request_contents.


Namespace: Gtk
Package: gtk+-3.0