Re: g_cclosure_marshal and enum parameter

2008-02-10 Thread Johan Dahlin
nicola fragale wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I have a problem with a signal I'm trying to implement. My signal has 2 > parameter, the second is an enum. > This is the code > > ~ rubrica_cards_view_signals[MARK] = > ~g_signal_new("mark", > ~

PyGTK 2.12.0 released

2007-09-30 Thread Johan Dahlin
k.org/ Overview of Changes from PyGTK 2.11.0 to 2.12.0 === The GTK+ Team: Gustavo Carneiro, Johan Dahlin, John Finlay Christian Robottom Reis Special thanks to: Gian Mario Tagliaretti Paul Pogonyshev Thanks to everybody else who has contributed to PyGTK+ 2

Re: [pygtk] Overriding GObject methods in Python

2006-11-23 Thread Johan Dahlin
> I'm a bit worried about performance of that. As far as I can tell, you > cannot optimize for the case of methods implemented in C being called > from C; the emit/notification cycle always marshals the arguments to > GValues and back. This offers excellent flexibility, but at the price > of effi