GNOME Bugzilla – Bug 304353
Allow multiple calls to pyg_register_class_init
Last modified: 2006-01-09 14:13:27 UTC
Since the (new in 2.6) vfunc wrapper uses pyg_register_class_init, it's impossible to register ones own functions. This patch makes it possible to call pyg_register_class_init any amount of times.
Created attachment 46486 [details] [review] proposed patch
What do you mean "...it's impossible to register ones own functions..."? :) Patch looks good to me, except perhaps a few style inconsistencies with most of pygtk code (we don't use spaces around ()).
Fixed in CVS HEAD