From de24c820d141079b880de18e3ff6c28955588732 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 3 Dec 2007 15:12:05 +0000 Subject: Cleanup chat objects API and request a new Text channel if account gets 2007-12-03 Xavier Claessens * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-group-chat.h: * libempathy-gtk/empathy-private-chat.c: * libempathy-gtk/empathy-private-chat.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * python/pyempathy/pyempathy.defs: * python/pyempathygtk/pyempathygtk.defs: * src/empathy-chat-chandler.c: Cleanup chat objects API and request a new Text channel if account gets reconnected. svn path=/trunk/; revision=461 --- libempathy-gtk/empathy-private-chat.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'libempathy-gtk/empathy-private-chat.h') diff --git a/libempathy-gtk/empathy-private-chat.h b/libempathy-gtk/empathy-private-chat.h index b13eede7f..169809bb0 100644 --- a/libempathy-gtk/empathy-private-chat.h +++ b/libempathy-gtk/empathy-private-chat.h @@ -28,10 +28,7 @@ #ifndef __EMPATHY_PRIVATE_CHAT_H__ #define __EMPATHY_PRIVATE_CHAT_H__ -#include - -#include - +#include #include G_BEGIN_DECLS @@ -57,11 +54,9 @@ struct _EmpathyPrivateChatClass { EmpathyChatClass parent; }; -GType empathy_private_chat_get_type (void); -EmpathyPrivateChat * empathy_private_chat_new (McAccount *account, - TpChan *tp_chan); -EmpathyPrivateChat * empathy_private_chat_new_with_contact (EmpathyContact *contact); -EmpathyContact * empathy_private_chat_get_contact (EmpathyPrivateChat *chat); +GType empathy_private_chat_get_type (void); +EmpathyPrivateChat * empathy_private_chat_new (EmpathyTpChat *tp_chat); +EmpathyContact * empathy_private_chat_get_contact (EmpathyPrivateChat *chat); G_END_DECLS -- cgit v1.2.3