]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.c
Remove the composing list
[empathy.git] / libempathy-gtk / empathy-chat.c
index 29561541302b11164bd10c5a2b9b51d5b01e1760..36b0896d9c3692c0bef3d0602f5509becc82601c 100644 (file)
@@ -3429,3 +3429,10 @@ empathy_chat_messages_read (EmpathyChat *self)
        }
        priv->unread_messages = 0;
 }
+
+/* Return TRUE if on of the contacts in this chat is composing */
+gboolean
+empathy_chat_is_composing (EmpathyChat *chat)
+{
+  return chat->priv->compositors != NULL;
+}