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