]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: add GLib.HashTable.foreach
authorEvan Nemerson <evan@polussystems.com>
Sun, 2 Aug 2009 22:30:55 +0000 (15:30 -0700)
committerJürg Billeter <j@bitron.ch>
Tue, 15 Sep 2009 19:01:21 +0000 (21:01 +0200)
Fixes bug 577365.

vapi/glib-2.0.vapi

index 05f8b5085b23444c1e2074cc2eba0681dc8dd088..9b26eb82c36b32d9f52d56c458364719eeef495c 100644 (file)
@@ -3219,6 +3219,7 @@ namespace GLib {
                public void remove_all ();
                public List<weak K> get_keys ();
                public List<weak V> get_values ();
+               public void @foreach (HFunc func);
                [CCode (cname = "g_hash_table_foreach")]
                public void for_each (HFunc func);
                public uint size ();