From 137e275fa6bf039dd5581483bf0cd9ed5be88914 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Apr 2008 09:41:50 +0000 Subject: Rework EmpathyChat's API, it is now a subclass of GtkBin. svn path=/trunk/; revision=840 --- libempathy/empathy-tp-chat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-chat.h') diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 72c0c0122..3911e1dd1 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -61,11 +61,12 @@ EmpathyTpChat *empathy_tp_chat_new (McAccount *account 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); +const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); +EmpathyContact*empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); void empathy_tp_chat_send (EmpathyTpChat *chat, EmpathyMessage *message); void empathy_tp_chat_set_state (EmpathyTpChat *chat, TpChannelChatState state); -const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); void empathy_tp_chat_set_property (EmpathyTpChat *chat, const gchar *name, const GValue *value); -- cgit v1.2.3