From 53a0c1823cfb7de1b1ddccda22a7f7caf5e87ef3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Apr 2008 09:41:19 +0000 Subject: Unify EmpathyTpChatroom and EmpathyTpChat. svn path=/trunk/; revision=830 --- libempathy/empathy-tp-chat.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-tp-chat.h') 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, -- cgit v1.2.3