[Glade-devel] Glade 3 notes
Joaquin Cuenca Abela
e98cuenc@free.fr
Wed, 21 Apr 2004 23:27:55 +0200
Damon wrote:
>
> To try to find my way around the Glade 3 code I've had a
> quick scan through all the C files and written a few notes.
>
> I've attached them here in case they are useful to anyone else.
Hi!
Great work, Damon. Just a few little comments:
glade-packing.c: it's obsolete. I've just cvs removed it.
glade-choice.c: I agree with the "FIX ME". I consider the enums broken in
its current state.
glade-transform.c: I would like to centralize the [de]serialization of
properties using something as g_value_transform, but it should have error
checking, so glade-transform functions in its current form is unusable as it
don't does the error checking. In addition right now still doesn't handles
the transformation of all the g_values that we support, and it's only used
half the time, so consider that an "in the works" functionality.
Cheers,