Handbook
Glossary
g_regex_replace_literal ( regex string string_len start_position replacement match_options error -- gchar* )
Vocabulary
glib
.
ffi
Inputs
regex
an
object
string
an
object
string_len
an
object
start_position
an
object
replacement
an
object
match_options
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_replace_literal
( GRegex* regex, gchar* string,
glong
string_len,
gint
start_position, gchar* replacement,
GRegexMatchFlags
match_options, GError* error )