regex_error


Description:

[ Version ( since = "3.10" ) ]
public Error? regex_error { owned get; }

If the regex search pattern doesn't follow all the rules, this Error property will be set.

If the pattern is valid, the value is null.

Free with g_error_free.