Method

GObjectClosureunref

Declaration

void
g_closure_unref (
  GClosure* closure
)

Description

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.