aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-09 01:30:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-09 01:30:32 +0800
commitaa2be89aed362db3656d7b8938f78e3a9c64f142 (patch)
treea54f90011f0c6745c0e9a5215cbcd28ab64d5d09 /libempathy/empathy-tp-chat.h
parent083daa833fba469d53c4089fdbceac0a704e432b (diff)
downloadgsoc2013-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.h3
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);