Re: [Vala] Question about GHashTable-style foreach

2010-12-09 Thread Julian Andres Klode
On Do, 2010-12-09 at 11:35 -0600, W. Michael Petullo wrote: > I am having trouble with Vala and a GHashTable-style foreach. I have > created a Vala API for my library, which defines an interface with a > GHashTable-style foreach method. Vapigen / my Vala API file defines > this as: > > public abst

[Vala] Question about GHashTable-style foreach

2010-12-09 Thread W. Michael Petullo
I am having trouble with Vala and a GHashTable-style foreach. I have created a Vala API for my library, which defines an interface with a GHashTable-style foreach method. Vapigen / my Vala API file defines this as: public abstract void @foreach(GLib.HFunc func, void *data) When I define a method