[ 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.
clipboard |
the Clipboard |
user_data_or_owner |
the |