Handbook
Glossary
gtk_clipboard_set_text ( clipboard text len -- )
Vocabulary
gtk3
.
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:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_clipboard_set_text
( GtkClipboard* clipboard, gchar* text,
gint
len )