aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:30:09 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:30:09 +0800
commiteffa229f70dd19601ea90edb3185cd984546658e (patch)
tree2ad5744a44105b32c653d7a46f2fc64ae2add699 /libempathy/empathy-chatroom.h
parent9a4f28b016985fa303959032182bdbdf2c69c481 (diff)
downloadgsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar.gz
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar.bz2
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar.lz
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar.xz
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.tar.zst
gsoc2013-empathy-effa229f70dd19601ea90edb3185cd984546658e.zip
chatroom: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-chatroom.h')
-rw-r--r--libempathy/empathy-chatroom.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/libempathy/empathy-chatroom.h b/libempathy/empathy-chatroom.h
index c18c27449..3048aded7 100644
--- a/libempathy/empathy-chatroom.h
+++ b/libempathy/empathy-chatroom.h
@@ -24,7 +24,8 @@
#include <glib-object.h>
-#include <libempathy/empathy-account.h>
+#include <telepathy-glib/account.h>
+
#include <libempathy/empathy-tp-chat.h>
G_BEGIN_DECLS
@@ -51,14 +52,14 @@ struct _EmpathyChatroomClass {
};
GType empathy_chatroom_get_type (void) G_GNUC_CONST;
-EmpathyChatroom *empathy_chatroom_new (EmpathyAccount *account);
-EmpathyChatroom *empathy_chatroom_new_full (EmpathyAccount *account,
+EmpathyChatroom *empathy_chatroom_new (TpAccount *account);
+EmpathyChatroom *empathy_chatroom_new_full (TpAccount *account,
const gchar *room,
const gchar *name,
gboolean auto_connect);
-EmpathyAccount * empathy_chatroom_get_account (EmpathyChatroom *chatroom);
+TpAccount * empathy_chatroom_get_account (EmpathyChatroom *chatroom);
void empathy_chatroom_set_account (EmpathyChatroom *chatroom,
- EmpathyAccount *account);
+ TpAccount *account);
const gchar * empathy_chatroom_get_room (EmpathyChatroom *chatroom);
void empathy_chatroom_set_room (EmpathyChatroom *chatroom,
const gchar *room);