Re: GNOME CVS: gnome-recent jwillcox



On Thu, 2001-12-06 at 13:42, Gnome CVS User wrote:
> 
> CVSROOT:	/cvs/gnome
> Module name:	gnome-recent
> Changes by:	jwillcox	01/12/06 13:42:34
> 
> Modified files:
> 	.              : gnome-recent-test.c gnome-recent.c 
> 	                 gnome-recent.h 
> 
> Log message:
> Added gnome_recent_construct() for language bindings.

Please reconsider this change.

The correct way for language bindings to do this is via g_object_new()
and/or g_object_set() and properties.

It can be okay when porting old code (although ask jacob about the hell
he's been facing with libgnomeui and libglade), but we really need to
get in the habit of avoiding special construct functions with the new
code.

Joe
_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]