Handbook
Glossary
g_regex_new ( pattern compile_options match_options error -- GRegex* )
Vocabulary
glib
.
ffi
Inputs
pattern
an
object
compile_options
an
object
match_options
an
object
error
an
object
Outputs
GRegex*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GRegex*
g_regex_new
( gchar* pattern,
GRegexCompileFlags
compile_options,
GRegexMatchFlags
match_options, GError* error )