public bool backward_chars (int count);
public bool backward_cursor_position ();
public bool backward_cursor_positions (int count);
- public bool backward_find_char (Gtk.TextCharPredicate pred, Gtk.TextIter limit);
+ public bool backward_find_char (Gtk.TextCharPredicate pred, Gtk.TextIter? limit);
public bool backward_line ();
public bool backward_lines (int count);
public bool backward_search (string str, Gtk.TextSearchFlags flags, out Gtk.TextIter match_start, out Gtk.TextIter match_end, Gtk.TextIter? limit);
gtk_text_iter_get_toggled_tags transfer_ownership="1" type_arguments="unowned TextTag"
GtkTextTag::event has_emitter="1"
GtkTextView.layout hidden="1"
+gtk_text_iter_backward_find_char.limit nullable="1"
gtk_text_iter_backward_search.match_start is_out="1"
gtk_text_iter_backward_search.match_end is_out="1"
gtk_text_iter_backward_search.limit nullable="1"