Gck.Builder.prototype.set_all

function set_all(attrs: Gck.Attributes): void {
    // Gjs wrapper for gck_builder_set_all()
}
  

Set all the attrs attributes to the builder. If any attributes with the same types are already present in the builder, then those attributes are changed to the new values.

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

attrs

the attributes to set