+2008-10-22 Andrea Del Signore <sejerpz@tin.it>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_text_buffer_new binding
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2008-10-22 Jürg Billeter <j@bitron.ch>
* vala/valaintegertype.vala:
public void move_mark (Gtk.TextMark mark, Gtk.TextIter where);
public void move_mark_by_name (string name, Gtk.TextIter where);
[CCode (has_construct_function = false)]
- public TextBuffer (Gtk.TextTagTable table);
+ public TextBuffer (Gtk.TextTagTable? table);
public void paste_clipboard (Gtk.Clipboard clipboard, Gtk.TextIter? override_location, bool default_editable);
public void place_cursor (Gtk.TextIter where);
public Gdk.Atom register_deserialize_format (string mime_type, Gtk.TextBufferDeserializeFunc function, GLib.DestroyNotify user_data_destroy);
gtk_text_buffer_get_selection_bounds.end is_out="1"
gtk_text_buffer_get_start_iter.iter is_out="1"
gtk_text_buffer_paste_clipboard.override_location nullable="1"
+gtk_text_buffer_new.table nullable="1"
GtkTextIter is_value_type="1"
GtkTextTag::event has_emitter="1"
GtkTextView.layout hidden="1"