GNOME Bugzilla – Bug 319591
Use G_DEFINE_TYPE in libedataserver
Last modified: 2005-11-17 11:42:11 UTC
Attaching a patch to use G_DEFINE_TYPE in libedataserver/. This saves memory (the type arrays are now constant, and the type name is not duplicated) and cleans the code considerably. It also sneaks a few const declarations in.
Created attachment 53827 [details] [review] Use G_DEFINE_TYPE
adding memory keyword
Looks fine.
Committed to HEAD, thanks.