aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-11 05:06:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-11 05:06:59 +0800
commit6639f8d03f6fac156d5371d9de9d00a54dce71a8 (patch)
tree13c04cb8e87a6d5f07b43cb50eb9ddb6d641357f /python
parent42c044086dfafd4ca8ec21d5248505bee39261cd (diff)
downloadgsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar.gz
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar.bz2
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar.lz
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar.xz
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.tar.zst
gsoc2013-empathy-6639f8d03f6fac156d5371d9de9d00a54dce71a8.zip
Update README explaining how update python binding.
svn path=/trunk/; revision=624
Diffstat (limited to 'python')
-rw-r--r--python/README14
1 files changed, 1 insertions, 13 deletions
diff --git a/python/README b/python/README
index 29bb89d02..9cae95c1f 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.