On Tue, 2005-05-03 at 14:08 -0400, Colin Walters wrote: > Still looking for input on how things should work; e.g. should I try to > dump DBusGArray and go with GArray consistently? > For C, I think you usually want "int *" not GArray, no? GArray is only useful if you're modifying the array, and it's not typesafe Havoc