]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.h
[darcs-to-svn @ Save/restore window geometry]
[empathy.git] / libempathy / empathy-tp-chat.h
index c64bbd738b071f18cc6d90177dcc9b132c092537..5737fcee9b6a6c003dd944663ba4ffe0c12de6b4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2007 Xavier Claessens <xclaesse@gmail.com>
+ * Copyright (C) 2007 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -16,6 +16,8 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
 
 #ifndef __EMPATHY_TP_CHAT_H__
@@ -69,6 +71,7 @@ void           empathy_tp_chat_send             (EmpathyTpChat      *chat,
                                                 GossipMessage      *message);
 void           empathy_tp_chat_send_state       (EmpathyTpChat      *chat,
                                                 EmpathyTpChatState  state);
+const gchar *  empathy_tp_chat_get_id           (EmpathyTpChat      *chat);
 
 G_END_DECLS