Method
GLibUriunref
since: 2.66
Declaration [src]
void
g_uri_unref (
GUri* uri
)
Description [src]
Atomically decrements the reference count of uri
by one.
When the reference count reaches zero, the resources allocated by
uri
are freed.
Available since: 2.66
This method is not directly available to language bindings.