aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-private-chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/gossip-private-chat.h')
-rw-r--r--libempathy-gtk/gossip-private-chat.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libempathy-gtk/gossip-private-chat.h b/libempathy-gtk/gossip-private-chat.h
index c93b239e5..326d0f60e 100644
--- a/libempathy-gtk/gossip-private-chat.h
+++ b/libempathy-gtk/gossip-private-chat.h
@@ -30,8 +30,9 @@
#include <libtelepathy/tp-chan.h>
+#include <libmissioncontrol/mc-account.h>
+
#include <libempathy/gossip-contact.h>
-#include <libempathy/gossip-message.h>
G_BEGIN_DECLS
@@ -57,9 +58,9 @@ struct _GossipPrivateChatClass {
};
GType gossip_private_chat_get_type (void);
-GossipPrivateChat * gossip_private_chat_new (GossipContact *contact);
-GossipPrivateChat * gossip_private_chat_new_with_channel (GossipContact *contact,
+GossipPrivateChat * gossip_private_chat_new (McAccount *account,
TpChan *tp_chan);
+GossipPrivateChat * gossip_private_chat_new_with_contact (GossipContact *contact);
GossipContact * gossip_private_chat_get_contact (GossipPrivateChat *chat);
G_END_DECLS