GtkClipboardClearFunc

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.

alias GtkClipboardClearFunc = void function(GtkClipboard* clipboard, void* userDataOrOwner)

Meta