[vala] Added bindings for HashTable<K,V>.foreach_remove
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Added bindings for HashTable<K,V>.foreach_remove
- Date: Wed, 8 Feb 2012 21:05:41 +0000 (UTC)
commit 811c0e93f6b8ea2fc9431c4ded9557eea3b66a44
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date: Wed Feb 8 12:17:02 2012 +0100
Added bindings for HashTable<K,V>.foreach_remove
https://bugzilla.gnome.org/show_bug.cgi?id=669653
vapi/glib-2.0.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index cd94c86..682c2e7 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<K,V> predicate);
[CCode (cname = "g_hash_table_lookup")]
public unowned V? @get (K key);
[CCode (cname = "g_hash_table_insert")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]