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
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
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