aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-20 15:49:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-20 15:49:52 +0800
commitbdea54f59e52ebeaa0743674aa5998636f26a241 (patch)
treea1d5920da73c6737225bfa31b594cb4dd00f59c0 /libempathy/empathy-tp-chat.h
parent9d9cfc021b05fe9afbe8769d6e0c289cf1dc9734 (diff)
parenteb6ab4328849a0c5ee5959560f90f36fd71a815d (diff)
downloadgsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.gz
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.bz2
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.lz
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.xz
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.tar.zst
gsoc2013-empathy-bdea54f59e52ebeaa0743674aa5998636f26a241.zip
Merge branch 'timestamp-648188'
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 f7998e06f..7c998a3fa 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -69,7 +69,7 @@ TpAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat);
TpConnection * empathy_tp_chat_get_connection (EmpathyTpChat *chat);
gboolean empathy_tp_chat_is_ready (EmpathyTpChat *chat);
void empathy_tp_chat_send (EmpathyTpChat *chat,
- EmpathyMessage *message);
+ TpMessage *message);
void empathy_tp_chat_set_state (EmpathyTpChat *chat,
TpChannelChatState state);
void empathy_tp_chat_set_property (EmpathyTpChat *chat,