]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0.vapi: add new GHashTable API
authorRyan Lortie <desrt@desrt.ca>
Fri, 6 Jan 2012 15:30:28 +0000 (10:30 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 6 Jan 2012 15:30:28 +0000 (10:30 -0500)
commit86d45e4e3d27b5ec59d7ebb04d4d6138bf2e32be
tree894b731c853364d59d4714f7ae2b0e0b96cb850e
parent282cf115f46f4d60a91a8a46f3a43a27902479d9
glib-2.0.vapi: add new GHashTable API

g_hash_table_add() and g_hash_table_contains() were just added to GLib
so add them here.

It's now possible to say 'if (key in table) { }'.
vapi/glib-2.0.vapi