Scans for the next match using the same parameters of the previous call to glib.regex.Regex.matchFull or glib.regex.Regex.match that returned match_info.
The match is done on the string passed to the match function, so you cannot free it before calling this function.
true is the string matched, false otherwise
Scans for the next match using the same parameters of the previous call to glib.regex.Regex.matchFull or glib.regex.Regex.match that returned match_info.
The match is done on the string passed to the match function, so you cannot free it before calling this function.