Handbook
Glossary
gtk_clipboard_set_text ( clipboard text len -- )
Vocabulary
gtk2
.
ffi
Inputs
clipboard
an
object
text
an
object
len
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_clipboard_set_text
( GtkClipboard* clipboard, gchar* text,
gint
len )