2008-12-14 Jürg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi:
Add type_id for GHashTable
svn path=/trunk/; revision=2146
+2008-12-14 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vapi:
+
+ Add type_id for GHashTable
+
2008-12-14 Jürg Billeter <j@bitron.ch>
* gobject/valadbusmodule.vala:
/* Hash Tables */
[Compact]
- [CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_signature = "a{%s}")]
+ [CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
public class HashTable<K,V> : Boxed {
public HashTable (HashFunc hash_func, EqualFunc key_equal_func);
public HashTable.full (HashFunc hash_func, EqualFunc key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);