g_regex_new ( pattern compile_options match_options error -- GRegex* )


Vocabulary
glib.ffi

Inputs
patternan object
compile_optionsan object
match_optionsan object
erroran object


Outputs
GRegex*an object


Definition


LIBRARY: glib FUNCTION: GRegex* g_regex_new
( gchar* pattern, GRegexCompileFlags compile_options,
GRegexMatchFlags match_options, GError* error )