aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-15 22:41:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-18 20:40:30 +0800
commit6c45c22ef3b659f977221ad691638a073bcfa94e (patch)
treeaf7525c5e69436ea3bde76bb041a65e7129040c1 /libempathy/empathy-tp-chat.h
parent92ff1b9177bd6d8633b8d92357e5081db0e9554f (diff)
downloadgsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar.gz
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar.bz2
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar.lz
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar.xz
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.tar.zst
gsoc2013-empathy-6c45c22ef3b659f977221ad691638a073bcfa94e.zip
use tp_text_channel_send_message_async()
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,