GtkClipboardReceivedFunc

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

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

Meta