Method

GLibUriunref

since: 2.66

Declaration

void
g_uri_unref (
  GUri* uri
)

Description

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.