ClipboardTextReceivedFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate void ClipboardTextReceivedFunc (Clipboard clipboard, string? text)

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

Parameters:

clipboard

the Clipboard

text

the text received, as a UTF-8 encoded string, or null if retrieving the data failed.

data

the user_data supplied to request_text.


Namespace: Gtk
Package: gtk+-3.0