]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: remove HashTable.get_keys_as_array
authorEvan Nemerson <evan@nemerson.com>
Sat, 31 May 2014 04:15:13 +0000 (21:15 -0700)
committerEvan Nemerson <evan@nemerson.com>
Sat, 31 May 2014 04:19:30 +0000 (21:19 -0700)
This was causing a syntax error when trying to compile Vala with an
older version of valac (whatever is in gnome-continuous).  It looks
like we should hold off on adding stuff with this syntax until
next cycle.

vapi/glib-2.0.vapi

index aeda3e720296504f1dd876af8523f153328c1c0e..8a8d3ccfd039e62ea620c73920232c650f5cd3c0 100644 (file)
@@ -4148,7 +4148,6 @@ namespace GLib {
                public void @set (owned K key, owned V value);
                public List<unowned K> get_keys ();
                public List<unowned V> get_values ();
-               public (unowned K)[] get_keys_as_array ();
                public void @foreach (HFunc<K,V> func);
                [CCode (cname = "g_hash_table_foreach")]
                public void for_each (HFunc<K,V> func);