GtkClipboardTextReceivedFunc

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

alias GtkClipboardTextReceivedFunc = void function(GtkClipboard* clipboard, const(char)* text, void* data)