diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-20 00:02:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-20 00:02:31 +0800 |
commit | d5a96cec5e4cf549a86f5b331f77c9c09abe02a3 (patch) | |
tree | b557397dc4c91d78d9dfedbda6b122f6adebeb8f /libempathy/empathy-tp-chat.h | |
parent | c8166c52a0b133c3af082277270d3f911f634163 (diff) | |
download | gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar.gz gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar.bz2 gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar.lz gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar.xz gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.tar.zst gsoc2013-empathy-d5a96cec5e4cf549a86f5b331f77c9c09abe02a3.zip |
always use empathy_tp_chat_leave instead of _close
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 37d6d68f9..fd9724037 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -61,7 +61,6 @@ typedef struct { GType empathy_tp_chat_get_type (void) G_GNUC_CONST; EmpathyTpChat *empathy_tp_chat_new (TpChannel *channel); -void empathy_tp_chat_close (EmpathyTpChat *chat); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); EmpathyContact *empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat); TpChannel * empathy_tp_chat_get_channel (EmpathyTpChat *chat); |