ClipboardClearFunc


Description:

[ CCode ( has_target = false ) ]
public delegate void ClipboardClearFunc (Clipboard clipboard, void* user_data_or_owner)

A function that will be called when the contents of the clipboard are changed or cleared.

Once this has called, the user_data_or_owner argument will not be used again.

Parameters:

clipboard

the Clipboard

user_data_or_owner

the user_data argument passed to set_with_data, or the owner argument passed to set_with_owner


Namespace: Gtk
Package: gtk+-3.0