Gck.Builder.prototype.add_boolean

function add_boolean(attr_type: Number(gulong), value: Boolean): void {
    // Gjs wrapper for gck_builder_add_boolean()
}
  

Add a new attribute to the builder for the boolean value. Unconditionally adds a new attribute, even if one with the same attr_type already exists.

attr_type

the new attribute type

value

the attribute value