diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-12 23:48:42 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-25 15:22:41 +0800 |
commit | 1a076de82797676d80ce3273dfe075d06111a446 (patch) | |
tree | da64a1a19d9ae35462867f2954f42d6f5f2abe05 /libempathy/empathy-tp-chat.h | |
parent | 0dd8e6cbd7b903d2ce8b56995e4b4ac6ed042f2c (diff) | |
download | gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar.gz gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar.bz2 gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar.lz gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar.xz gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.tar.zst gsoc2013-empathy-1a076de82797676d80ce3273dfe075d06111a446.zip |
remove empathy_tp_chat_get_connection and priv->connection
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index f30325432..b5119fc46 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -76,7 +76,6 @@ EmpathyTpChat *empathy_tp_chat_new (TpAccount *account, const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); EmpathyContact *empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); 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, TpMessage *message); |