Method
GLibMatchInfofree
since: 2.14
Declaration [src]
void
g_match_info_free (
  GMatchInfo* match_info
)
      Description [src]
If match_info is not NULL, calls g_match_info_unref(); otherwise does nothing.
Available since: 2.14
Parameters
match_info- 
            
Type:
GMatchInfoA
GMatchInfo, orNULL.The argument can be NULL.