Handbook
Glossary
g_strsplit ( string delimiter max_tokens -- gchar** )
Vocabulary
glib
.
ffi
Inputs
string
an
object
delimiter
an
object
max_tokens
an
object
Outputs
gchar**
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar**
g_strsplit
( gchar* string, gchar* delimiter,
gint
max_tokens )