ClipboardRichTextReceivedFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "2.10" ) ]
public delegate void ClipboardRichTextReceivedFunc (Clipboard clipboard, Atom format, uint8[]? text)
  [ Version ( since = "2.10" ) ]
public delegate void ClipboardRichTextReceivedFunc (Clipboard clipboard, Atom format, uint8[]? text)
A function to be called when the results of request_rich_text are received, or when the request fails.
Parameters:
| clipboard | 
           the Clipboard  | 
      
| format | 
           The format of the rich text  | 
      
| text | 
           the rich text received, as a UTF-8 encoded string, or null if retrieving the data failed.  | 
      
| data | 
           the   | 
      
| length | 
           Length of the text.  | 
      
Namespace: Gtk
  
  Package: gtk+-3.0