]> git.0d.be Git - empathy.git/blob - python/pyempathy.patch
f7de6a4403f45b15af807982947efc96fe64df24
[empathy.git] / python / pyempathy.patch
1 --- /home/zdra/Desktop/pyempathy.defs   2008-04-02 11:08:02.000000000 +0200
2 +++ pyempathy/pyempathy.defs    2008-04-02 11:28:00.000000000 +0200
3 @@ -35,7 +35,7 @@
4    (gtype-id "EMPATHY_TYPE_CONTACT_FACTORY")
5  )
6  
7 -(define-object ContactList
8 +(define-interface ContactList
9    (in-module "Empathy")
10    (c-name "EmpathyContactList")
11    (gtype-id "EMPATHY_TYPE_CONTACT_LIST")
12 @@ -44,6 +44,7 @@
13  (define-object ContactManager
14    (in-module "Empathy")
15    (parent "GObject")
16 +  (implements "EmpathyContactList")
17    (c-name "EmpathyContactManager")
18    (gtype-id "EMPATHY_TYPE_CONTACT_MANAGER")
19  )
20 @@ -121,6 +122,7 @@
21  (define-object TpContactList
22    (in-module "Empathy")
23    (parent "GObject")
24 +  (implements "EmpathyContactList")
25    (c-name "EmpathyTpContactList")
26    (gtype-id "EMPATHY_TYPE_TP_CONTACT_LIST")
27  )