Handbook
Glossary
clutter_text_get_chars ( text start_pos end_pos -- gchar* )
Vocabulary
clutter
.
ffi
Inputs
text
an
object
start_pos
an
object
end_pos
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
gchar*
clutter_text_get_chars
( ClutterText* text,
gssize
start_pos,
gssize
end_pos )