diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:15:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:31:49 +0800 |
commit | c3a3fdbca5129984d875b217d8204531ccf900ab (patch) | |
tree | 4c3c338aa975430b8203216e0f5f918069e15f55 /libempathy/empathy-tp-chat.h | |
parent | 869f0b954dc31895406b3766cd432d0029afbb5b (diff) | |
download | gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar.gz gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar.bz2 gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar.lz gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar.xz gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.tar.zst gsoc2013-empathy-c3a3fdbca5129984d875b217d8204531ccf900ab.zip |
implement empathy_tp_chat_get_members as a method on TpChat
That means EmpathyTpChat doesn't have to implement the EmpathyContactList
interface any more.
https://bugzilla.gnome.org/show_bug.cgi?id=673821
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index adb2ee1c5..5aa949ba2 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -107,6 +107,8 @@ void empathy_tp_chat_add (EmpathyTpChat *self, EmpathyContact *contact, const gchar *message); +GList * empathy_tp_chat_get_members (EmpathyTpChat *self); + G_END_DECLS #endif /* __EMPATHY_TP_CHAT_H__ */ |