GtkClipboardReceivedFunc

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

alias GtkClipboardReceivedFunc = void function(GtkClipboard* clipboard, GtkSelectionData* selectionData, void* data)