g_regex_replace_literal ( regex string string_len start_position replacement match_options error -- gchar* )


Vocabulary
glib.ffi

Inputs
regexan object
stringan object
string_lenan object
start_positionan object
replacementan object
match_optionsan object
erroran object


Outputs
gchar*an object


Definition


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 )