]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: add binding for GLib.HashTable.lookup_extended
authorEvan Nemerson <evan@coeus-group.com>
Tue, 4 May 2010 23:59:30 +0000 (16:59 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 4 May 2010 23:59:30 +0000 (16:59 -0700)
Fixes bug 617358.

vapi/glib-2.0.vapi

index ffd6c4fbcad93bbe85dc7171a3120921d05216e7..7ff63b0942936bd0126034dc9bf7316f7237161c 100644 (file)
@@ -3375,6 +3375,7 @@ namespace GLib {
                public void insert (owned K key, owned V value);
                public void replace (owned K key, owned V value);
                public unowned V lookup (K key);
+               public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
                public bool remove (K key);
                public void remove_all ();
                public List<unowned K> get_keys ();