Handbook
Glossary
g_string_erase ( string pos len -- GString* )
Vocabulary
glib
.
ffi
Inputs
string
an
object
pos
an
object
len
an
object
Outputs
GString*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GString*
g_string_erase
( GString* string,
glong
pos,
glong
len )