From 94539737998972571a33af133ae91b2769f7cd99 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 15 Feb 2010 23:28:17 +0000 Subject: add API to TpChat to ack all pending messages in one go --- 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 f281e1dc1..f0a4caa87 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -85,6 +85,7 @@ void empathy_tp_chat_acknowledge_message (EmpathyTpChat *chat, EmpathyMessage *message); void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, const GSList *messages); +void empathy_tp_chat_acknowledge_all_messages (EmpathyTpChat *chat); gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); -- cgit v1.2.3