From 20075065ac090531ca887c900bf8b0cb367a0336 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 14 Feb 2009 16:22:30 +0100 Subject: Add empathy_tp_chat_get_connection() to direct access the channel's connection. --- libempathy/empathy-tp-chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-tp-chat.h') diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 2645bec56..fadc5f636 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -58,6 +58,7 @@ void empathy_tp_chat_close (EmpathyTpChat *chat); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); EmpathyContact*empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); TpChannel * empathy_tp_chat_get_channel (EmpathyTpChat *chat); +TpConnection * empathy_tp_chat_get_connection (EmpathyTpChat *chat); gboolean empathy_tp_chat_is_ready (EmpathyTpChat *chat); void empathy_tp_chat_send (EmpathyTpChat *chat, EmpathyMessage *message); -- cgit v1.2.3