GNOME Bugzilla – Bug 710868
Fix gpointer casts for g_hash_table_iter_next()
Last modified: 2013-10-25 23:01:13 UTC
g_hash_table_iter_next() always takes two gpointer parameters, regardless of what’s being passed into it. Patch coming to amend the bindings to ensure this is the case.
Created attachment 258094 [details] [review] glib-2.0: Fix type of g_hash_table_iter_next() parameters to always be gpointer
Comment on attachment 258094 [details] [review] glib-2.0: Fix type of g_hash_table_iter_next() parameters to always be gpointer Thanks for the fast review. commit ccca45f1aba57d965bb28bfa0e19b1ac2cbc8f97 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Fri Oct 25 11:48:02 2013 +0100 glib-2.0: Fix type of g_hash_table_iter_next() parameters to always be gpoin https://bugzilla.gnome.org/show_bug.cgi?id=710868 vapi/glib-2.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)