Method
GObjectClosureunref
Declaration [src]
void
g_closure_unref (
GClosure* closure
)
Description [src]
Decrements the reference count of a closure after it was previously incremented by the same caller.
If no other callers are using the closure, then the closure will be destroyed and freed.