diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-15 22:41:25 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-18 20:40:30 +0800 |
commit | 6c45c22ef3b659f977221ad691638a073bcfa94e (patch) | |
tree | af7525c5e69436ea3bde76bb041a65e7129040c1 /libempathy/empathy-tp-chat.h | |
parent | 92ff1b9177bd6d8633b8d92357e5081db0e9554f (diff) | |
download | gsoc2013-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.h | 2 |
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, |