+2009-01-16 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_text_iter_forward_find_char binding,
+ patch by Nicolas Joseph, fixes bug 567543
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2009-01-16 Jürg Billeter <j@bitron.ch>
* vala/valablock.vala:
public bool forward_chars (int count);
public bool forward_cursor_position ();
public bool forward_cursor_positions (int count);
- public bool forward_find_char (Gtk.TextCharPredicate pred, Gtk.TextIter limit);
+ public bool forward_find_char (Gtk.TextCharPredicate pred, Gtk.TextIter? limit);
public bool forward_line ();
public bool forward_lines (int count);
public bool forward_search (string str, Gtk.TextSearchFlags flags, out Gtk.TextIter match_start, out Gtk.TextIter match_end, Gtk.TextIter? limit);
gtk_text_iter_backward_search.match_end is_out="1"
gtk_text_iter_backward_search.limit nullable="1"
gtk_text_iter_backward_to_tag_toggle.tag nullable="1"
+gtk_text_iter_forward_find_char.limit nullable="1"
gtk_text_iter_forward_search.match_start is_out="1"
gtk_text_iter_forward_search.match_end is_out="1"
gtk_text_iter_forward_search.limit nullable="1"