aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-02 17:41:19 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-02 17:41:19 +0800
commit8b670a446aea487cbae7d92e7685b3818094dd9a (patch)
tree84faa5fdcf47042a1e0cc1a5062f688aea2793a8 /libempathy/empathy-tp-chat.h
parente2785058d20f51b6b8621210b8d9f885b25c2d54 (diff)
downloadgsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar.gz
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar.bz2
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar.lz
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar.xz
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.tar.zst
gsoc2013-empathy-8b670a446aea487cbae7d92e7685b3818094dd9a.zip
Unify EmpathyTpChatroom and EmpathyTpChat.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@830 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index 4fb7f3997..72c0c0122 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -56,11 +56,9 @@ struct _EmpathyTpChatClass {
GType empathy_tp_chat_get_type (void) G_GNUC_CONST;
EmpathyTpChat *empathy_tp_chat_new (McAccount *account,
- TpChan *tp_chan);
-EmpathyTpChat *empathy_tp_chat_new_with_contact (EmpathyContact *contact);
-gboolean empathy_tp_chat_get_acknowledge (EmpathyTpChat *chat);
-void empathy_tp_chat_set_acknowledge (EmpathyTpChat *chat,
+ TpChan *tp_chan,
gboolean acknowledge);
+EmpathyTpChat *empathy_tp_chat_new_with_contact (EmpathyContact *contact);
McAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat);
TpChan * empathy_tp_chat_get_channel (EmpathyTpChat *chat);
void empathy_tp_chat_send (EmpathyTpChat *chat,