Like vte.terminal.Terminal.checkRegexSimpleAt, but returns an array of strings,
containing the matching text (or null if no match) corresponding to each of the
regexes in regexes.
You must free each string and the array; but note that this is *not* a null-terminated
string array, and so you must *not* use glib.global.strfreev on it.
Like vte.terminal.Terminal.checkRegexSimpleAt, but returns an array of strings, containing the matching text (or null if no match) corresponding to each of the regexes in regexes.
You must free each string and the array; but note that this is *not* a null-terminated string array, and so you must *not* use glib.global.strfreev on it.