Method
GLibRegexunref
since: 2.14
Declaration [src]
void
g_regex_unref (
GRegex* regex
)
Description [src]
Decreases reference count of regex
by 1. When reference count drops
to zero, it frees all the memory associated with the regex structure.
Available since: 2.14