Re: [Rhythmbox-devel] gobject-introspection branch

2010-07-21 Thread Jonathan Matthew
On Thu, Jul 15, 2010 at 12:59 AM, Sriram Ramkrishna wrote: > Jonathan, > > On Tue, Jul 13, 2010 at 11:53 PM, Jonathan Matthew > wrote: >> >> - generate gobject-introspection gir and typelib files >> - remove all pygtk setup code and replace it with pygi setup >> - convert all in-tree plugins to a

Re: [Rhythmbox-devel] gobject-introspection branch

2010-07-14 Thread Sriram Ramkrishna
Jonathan, On Tue, Jul 13, 2010 at 11:53 PM, Jonathan Matthew wrote: > > - generate gobject-introspection gir and typelib files > - remove all pygtk setup code and replace it with pygi setup > - convert all in-tree plugins to at least theoretically work with pygi > (some crash, some just don't wor

[Rhythmbox-devel] gobject-introspection branch

2010-07-13 Thread Jonathan Matthew
I've just created a gobject-introspection branch for rhythmbox on git.gnome.org. This contains my current work on replacing the static python (and maybe eventually vala) bindings with introspected bindings. What I've done so far: - generate gobject-introspection gir and typelib files - remove all