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