Gtk.TextAttributes.prototype.copy_values

function copy_values(dest:Gtk.TextAttributes):void {
    // Gjs wrapper for gtk_text_attributes_copy_values()
}

Copies the values from src to dest so that dest has the same values as src. Frees existing values in dest.

dest

another Gtk.TextAttributes