Author: xclaesse Date: Sun Feb 10 21:06:59 2008 New Revision: 624 URL: http://svn.gnome.org/viewvc/empathy?rev=624&view=rev
Log: Update README explaining how update python binding. Modified: trunk/python/README Modified: trunk/python/README ============================================================================== --- trunk/python/README (original) +++ trunk/python/README Sun Feb 10 21:06:59 2008 @@ -5,19 +5,7 @@ $ python /usr/share/pygtk/2.0/codegen/h2def.py libempathy-gtk/*.h > python/pyempathygtk/pyempathygtk.defs 2) -Manually modify pyempathy.defs, ContactList is not an object but an interface: -(define-interface ContactList - (in-module "Empathy") - (c-name "EmpathyContactList") - (gtype-id "EMPATHY_TYPE_CONTACT_LIST") -) - -ContactManager, TpChatroom and TpContactList implements ContactList interface: - (implements "EmpathyContactList") - -That can be done by applying pyempathy.patch - -remove all ephy stuff +Apply pyempathy.patch and pyempathygtk.patch 3) Manually update headers in pyempathy.override and pyempathygtk.override. _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
