GRegexEvalCallback

Specifies the type of the function passed to g_regex_replace_eval(). It is called for each occurrence of the pattern in the string passed to g_regex_replace_eval(), and it should append the replacement to @result.

alias GRegexEvalCallback = int function(GMatchInfo* matchInfo, GString* result, void* userData)

Return Value

%FALSE to continue the replacement process, %TRUE to stop it

Meta

Since

2.14