Remove EmpathyPresence object and have "presence" and "presence-message" properties...
[empathy-mirror.git] / python / pyempathy.patch
blob497ec4fe7783838e9ff776794d173ba63f82eba6
1 --- pyempathy.defs 2008-01-24 16:03:39.000000000 +0100
2 +++ pyempathy/pyempathy.defs 2008-01-24 16:04:34.000000000 +0100
3 @@ -35,7 +35,7 @@
4 (gtype-id "EMPATHY_TYPE_CONTACT_FACTORY")
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")
20 @@ -93,6 +94,7 @@
21 (define-object TpChatroom
22 (in-module "Empathy")
23 (parent "EmpathyTpChat")
24 + (implements "EmpathyContactList")
25 (c-name "EmpathyTpChatroom")
26 (gtype-id "EMPATHY_TYPE_TP_CHATROOM")
28 @@ -107,6 +109,7 @@
29 (define-object TpContactList
30 (in-module "Empathy")
31 (parent "GObject")
32 + (implements "EmpathyContactList")
33 (c-name "EmpathyTpContactList")
34 (gtype-id "EMPATHY_TYPE_TP_CONTACT_LIST")