Grx.Context.prototype.unref

function unref(): void {
    // Gjs wrapper for grx_context_unref()
}
  

Decreases the reference count to context.

When the reference count drops to 0, the context and any dynamically allocated memory of the context will be freed.