From: Jesse van den Kieboom Date: Wed, 8 Feb 2012 11:17:02 +0000 (+0100) Subject: Added bindings for HashTable.foreach_remove X-Git-Tag: 0.15.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811c0e93f6b8ea2fc9431c4ded9557eea3b66a44;p=thirdparty%2Fvala.git Added bindings for HashTable.foreach_remove https://bugzilla.gnome.org/show_bug.cgi?id=669653 --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index cd94c86bb..682c2e701 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -3977,6 +3977,7 @@ namespace GLib { public bool contains (K key); public bool remove (K key); public void remove_all (); + public uint foreach_remove (HRFunc predicate); [CCode (cname = "g_hash_table_lookup")] public unowned V? @get (K key); [CCode (cname = "g_hash_table_insert")]