~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to python/README

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2008-03-10 16:39:07 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310163907-tv41g2zmf0qqgi85
Tags: 0.22.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  $ python /usr/share/pygtk/2.0/codegen/h2def.py libempathy-gtk/*.h > python/pyempathygtk/pyempathygtk.defs
6
6
 
7
7
2)
8
 
Manually modify pyempathy.defs, ContactList is not an object but an interface:
9
 
(define-interface ContactList
10
 
  (in-module "Empathy")
11
 
  (c-name "EmpathyContactList")
12
 
  (gtype-id "EMPATHY_TYPE_CONTACT_LIST")
13
 
)
14
 
 
15
 
ContactManager, TpChatroom and TpContactList implements ContactList interface:
16
 
  (implements "EmpathyContactList")
17
 
 
18
 
That can be done by applying pyempathy.patch
19
 
 
20
 
remove all ephy stuff
 
8
Apply pyempathy.patch and pyempathygtk.patch
21
9
 
22
10
3)
23
11
Manually update headers in pyempathy.override and pyempathygtk.override.