vala r1873 - in trunk: . vapi vapi/packages/gtk+-2.0



Author: juergbi
Date: Wed Oct 22 20:48:01 2008
New Revision: 1873
URL: http://svn.gnome.org/viewvc/vala?rev=1873&view=rev

Log:
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


Modified:
   trunk/ChangeLog
   trunk/vapi/gtk+-2.0.vapi
   trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata

Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi	(original)
+++ trunk/vapi/gtk+-2.0.vapi	Wed Oct 22 20:48:01 2008
@@ -5052,7 +5052,7 @@
 		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);

Modified: trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata	(original)
+++ trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata	Wed Oct 22 20:48:01 2008
@@ -336,6 +336,7 @@
 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]