Grx.Context.unref
@accepts(Grx.Context)
@returns(none)
def unref(self):
# Python wrapper for grx_context_unref()
Decreases the reference count to self.
When the reference count drops to 0, the context and any dynamically allocated memory of the context will be freed.
- self
the context