Method
GioResourceunref
since: 2.32
Declaration [src]
void
g_resource_unref (
GResource* resource
)
Description [src]
Atomically decrements the reference count of resource
by one.
If the reference count drops to 0, all memory allocated by the resource is released. This function is threadsafe and may be called from any thread.
Available since: 2.32