aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 23:12:05 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 23:12:05 +0800
commit6794518f434a671c65dd583364adbd814807f72c (patch)
treee74bf299ff2fde4a7fce370a2714b90b4b9389cd /libempathy/empathy-tp-chat.h
parent9503a065a1dae3e3b061cdb08a16352fb110b83b (diff)
downloadgsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar.gz
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar.bz2
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar.lz
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar.xz
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.tar.zst
gsoc2013-empathy-6794518f434a671c65dd583364adbd814807f72c.zip
2007-12-03 Xavier Claessens <xclaesse@gmail.com>
* 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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@461 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index cd807c983..7f5ef212e 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -57,10 +57,10 @@ struct _EmpathyTpChatClass {
GType empathy_tp_chat_get_type (void) G_GNUC_CONST;
EmpathyTpChat *empathy_tp_chat_new (McAccount *account,
TpChan *tp_chan);
-EmpathyTpChat *empathy_tp_chat_new_with_contact (EmpathyContact *contact);
gboolean empathy_tp_chat_get_acknowledge (EmpathyTpChat *chat);
void empathy_tp_chat_set_acknowledge (EmpathyTpChat *chat,
gboolean acknowledge);
+McAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat);
TpChan * empathy_tp_chat_get_channel (EmpathyTpChat *chat);
GList * empathy_tp_chat_get_pendings (EmpathyTpChat *chat);
void empathy_tp_chat_send (EmpathyTpChat *chat,