[patch] updated glib work snapshot

Havoc Pennington hp at redhat.com
Wed May 4 10:02:05 PDT 2005


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




More information about the dbus mailing list