RegexEvalCallback

Specifies the type of the function passed to glib.regex.Regex.replaceEval. It is called for each occurrence of the pattern in the string passed to glib.regex.Regex.replaceEval, and it should append the replacement to result.

alias RegexEvalCallback = bool delegate

Return Value

false to continue the replacement process, true to stop it