On Fri, 2005-04-08 at 15:29 +0200, Murray Cumming wrote: > Is it normal to change the .defs (which should > describe the C API) to get a different python API?
On irc, Johan Dahlin also said: murrayc> Is there really no way to add API without changing .defs? jdahlin> murrayc: there is, let me see jdahlin> murrayc: in foo.override, do % \n define class.method jdahlin> murrayc: and then _wrap_klass_with_underscore_method_name I would prefer that, so that - The .defs are just a description of the C API. - We can regenerate the .defs without worrying about redoing our changes/hacks. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
