Gck.Builder.prototype.add_all

function add_all(attrs: Gck.Attributes): void {
    // Gjs wrapper for gck_builder_add_all()
}
  

Add all the attrs attributes to the builder. The attributes are added uncondititionally whether or not attributes with the same types already exist in the builder.

As an optimization, the attribute memory values are automatically shared between the attributes and the builder.

attrs

the attributes to add