diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:32 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:32 +0800 |
commit | aa2be89aed362db3656d7b8938f78e3a9c64f142 (patch) | |
tree | a54f90011f0c6745c0e9a5215cbcd28ab64d5d09 /libempathy/empathy-tp-chat.h | |
parent | 083daa833fba469d53c4089fdbceac0a704e432b (diff) | |
download | gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar.gz gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar.bz2 gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar.lz gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar.xz gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.tar.zst gsoc2013-empathy-aa2be89aed362db3656d7b8938f78e3a9c64f142.zip |
Avoid calling ListPendingMessage if it's already running.
svn path=/trunk/; revision=1090
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 0d5b4f94d..4aae240b8 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -53,8 +53,7 @@ struct _EmpathyTpChatClass { }; GType empathy_tp_chat_get_type (void) G_GNUC_CONST; -EmpathyTpChat *empathy_tp_chat_new (TpChannel *channel, - gboolean acknowledge); +EmpathyTpChat *empathy_tp_chat_new (TpChannel *channel); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); EmpathyContact*empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); McAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat); |