Gck.Builder.prototype.add_string

function add_string(attr_type: Number(gulong), value: String): void {
    // Gjs wrapper for gck_builder_add_string()
}
  

Add a new attribute to the builder for the string value or null. 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