From: Xavier Claessens Date: Sun, 10 Feb 2008 21:06:59 +0000 (+0000) Subject: Update README explaining how update python binding. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=6639f8d03f6fac156d5371d9de9d00a54dce71a8 Update README explaining how update python binding. svn path=/trunk/; revision=624 --- diff --git a/python/README b/python/README index 29bb89d0..9cae95c1 100644 --- a/python/README +++ b/python/README @@ -5,19 +5,7 @@ To update python binding: $ 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.