blob: 497ec4fe7783838e9ff776794d173ba63f82eba6 (
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
28
29
30
31
32
33
34
35
|
--- pyempathy.defs 2008-01-24 16:03:39.000000000 +0100
+++ pyempathy/pyempathy.defs 2008-01-24 16:04:34.000000000 +0100
@@ -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")
)
@@ -93,6 +94,7 @@
(define-object TpChatroom
(in-module "Empathy")
(parent "EmpathyTpChat")
+ (implements "EmpathyContactList")
(c-name "EmpathyTpChatroom")
(gtype-id "EMPATHY_TYPE_TP_CHATROOM")
)
@@ -107,6 +109,7 @@
(define-object TpContactList
(in-module "Empathy")
(parent "GObject")
+ (implements "EmpathyContactList")
(c-name "EmpathyTpContactList")
(gtype-id "EMPATHY_TYPE_TP_CONTACT_LIST")
)
|