Method

VteRegexunref

Declaration [src]

VteRegex*
vte_regex_unref (
  VteRegex* regex
)

Description [src]

Decreases the reference count of regex by one, and frees regex if the refcount reaches zero.

Return value

Type: VteRegex

NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.