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.
false to continue the replacement process, true to stop it
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.