Gck.Builder.prototype.ref

function ref(): Gck.Builder {
    // Gjs wrapper for gck_builder_ref()
}
  

Add a reference to a builder that was created with Gck.Builder.new. The builder must later be unreferenced again with Gck.builder_unref.

It is an error to use this function on builders that were allocated on the stack.

Returns

the builder