Gtk.TextIter.prototype.assign

function assign(other:Gtk.TextIter):void {
    // Gjs wrapper for gtk_text_iter_assign()
}

Assigns the value of other to iter. This function is not useful in applications, because iterators can be assigned with <literal>GtkTextIter i = j;</literal>. The function is used by language bindings.

Since 3.2

other

another Gtk.TextIter