]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.h
When a new text channel arrives, check if there is no existing GossipChat
[empathy.git] / libempathy / empathy-tp-chat.h
index 28b7804eb8abe36447df9880e9db15ba5681d1c3..0bd3395f28d766f53f90b1024ec4577e208d1930 100644 (file)
@@ -65,6 +65,8 @@ void           empathy_tp_chat_send             (EmpathyTpChat             *chat
 void           empathy_tp_chat_set_state        (EmpathyTpChat             *chat,
                                                 TelepathyChannelChatState  state);
 const gchar *  empathy_tp_chat_get_id           (EmpathyTpChat             *chat);
+gchar *        empathy_tp_chat_build_id         (McAccount                 *account,
+                                                TpChan                    *tp_chan);
 
 G_END_DECLS