diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-19 20:15:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-25 15:22:42 +0800 |
commit | 5195f67f8a9fce3da49f875868e288df16df6a52 (patch) | |
tree | e4ca1d39ec0c8dd6e27d2d7b59be06dc2a7f2f83 /libempathy/empathy-tp-chat.h | |
parent | 515c3eac45ed42be34feac88245a8a509825bf82 (diff) | |
download | gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar.gz gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar.bz2 gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar.lz gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar.xz gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.tar.zst gsoc2013-empathy-5195f67f8a9fce3da49f875868e288df16df6a52.zip |
use tp_text_channel_set_chat_state_async() directly
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 31f9198e1..de55c1a8c 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -81,8 +81,6 @@ EmpathyContact *empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); TpAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat); void empathy_tp_chat_send (EmpathyTpChat *chat, TpMessage *message); -void empathy_tp_chat_set_state (EmpathyTpChat *chat, - TpChannelChatState state); void empathy_tp_chat_set_property (EmpathyTpChat *chat, const gchar *name, const GValue *value); |