Handbook
Glossary
g_regex_split_full ( regex string string_len start_position match_options max_tokens error -- gchar** )
Vocabulary
glib
.
ffi
Inputs
regex
an
object
string
an
object
string_len
an
object
start_position
an
object
match_options
an
object
max_tokens
an
object
error
an
object
Outputs
gchar**
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar**
g_regex_split_full
( GRegex* regex, gchar* string,
glong
string_len,
gint
start_position,
GRegexMatchFlags
match_options,
gint
max_tokens, GError* error )