]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix binding for TextTagTable.foreach
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 6 Mar 2011 17:13:11 +0000 (18:13 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 12 Mar 2011 15:05:41 +0000 (16:05 +0100)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 3da7e674b3098bb3d37e53b760abc12dcbcc0ea7..1eb7db9d946ca89ce2284fb9f0316ae6071a8e40 100644 (file)
@@ -4391,7 +4391,7 @@ namespace Gtk {
                [CCode (has_construct_function = false)]
                public TextTagTable ();
                public void add (Gtk.TextTag tag);
-               public void @foreach (Gtk.TextTagTableForeach func, void* data);
+               public void @foreach (Gtk.TextTagTableForeach func);
                public int get_size ();
                public unowned Gtk.TextTag lookup (string name);
                public void remove (Gtk.TextTag tag);
index 52eba1bec9d60a4bd33062c67f2bd718c022a110..bb68afa14be9d772e02c1bd1e665578a3d3c841a 100644 (file)
@@ -542,6 +542,7 @@ gtk_text_buffer_get_deserialize_formats is_array="1" transfer_ownership="1"
 gtk_text_buffer_get_deserialize_formats.n_formats hidden="1"
 gtk_text_buffer_set_text.len default_value="-1"
 gtk_text_child_anchor_get_widgets transfer_ownership="1" type_arguments="unowned Widget"
+gtk_text_tag_table_foreach.data hidden="1"
 GtkTextBuffer::apply_tag has_emitter="1"
 GtkTextBuffer::begin_user_action has_emitter="1"
 GtkTextBuffer::end_user_action has_emitter="1"