[vala] glib-2.0: remove HashTable.get_keys_as_array
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: remove HashTable.get_keys_as_array
- Date: Sat, 31 May 2014 04:21:48 +0000 (UTC)
commit 378e3e2b27ff7d7e6faa5b63f48311ebbac452f6
Author: Evan Nemerson <evan nemerson com>
Date: Fri May 30 21:15:13 2014 -0700
glib-2.0: remove HashTable.get_keys_as_array
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 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index aeda3e7..8a8d3cc 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]