Handbook
Glossary
gtk_clipboard_request_rich_text ( clipboard buffer callback user_data -- )
Vocabulary
gtk2
.
ffi
Inputs
clipboard
an
object
buffer
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_clipboard_request_rich_text
( GtkClipboard* clipboard, GtkTextBuffer* buffer,
GtkClipboardRichTextReceivedFunc
callback,
gpointer
user_data )