API Version: 2.0
Library Version: 2.83.2
Generated by gi-docgen 2024.1
since: 2.14
GRegex* g_match_info_get_regex ( const GMatchInfo* match_info )
Returns GRegex object used in match_info. It belongs to Glib and must not be freed. Use g_regex_ref() if you need to keep it after you free match_info object.
GRegex
match_info
g_regex_ref()
Available since: 2.14
Type: GRegex
GRegex object used in match_info.