GtkClipboardTextReceivedFunc

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

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

Meta