GNOME Bugzilla – Bug 680491
Use generics for HashDataFunc and EqualDataFunc
Last modified: 2012-08-06 01:33:07 UTC
Created attachment 219536 [details] [review] Use generics for HashDataFunc and EqualDataFunc Currently HashDataFunc and EqualDataFunc use void*, which makes them a bit difficult to deal with in Vala. This patch will switch them to generic delegates, which is an API break so it would be nice to merge this before the next stable release. The patch may depend on attachment #219533 [details] (from bug #624005) in order to apply cleanly.
Let me look on it tomorrow but it looks good.
Review of attachment 219536 [details] [review]: Looks good.
commit 5af26e45281b9ac518d9fcdde4b0bb4cf8563bdf Author: Evan Nemerson <evan@coeus-group.com> Date: Mon Jul 23 15:00:20 2012 -0700 Use generics for HashDataFunc and EqualDataFunc, fixes bug 680491