diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-02-23 11:44:54 +0530 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-25 10:24:55 +0100 |
commit | 9a5d1c52d41aab250ca5bfff3373b11d876bdf1f (patch) | |
tree | a96e43bf1bc09511af28d60c005a14d3b4039d2d /libempathy/empathy-tp-chat.h | |
parent | 860c0a75da2c97bc1e91ed3b4bb958cb7e3cb934 (diff) | |
download | empathy-9a5d1c52d41aab250ca5bfff3373b11d876bdf1f.tar.gz |
Updating empathy_tp_chat_leave() function in empathy-tp-chat API
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 8511335cf..7c83bec77 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -100,7 +100,8 @@ gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, GError **error); gboolean empathy_tp_chat_can_add_contact (EmpathyTpChat *self); -void empathy_tp_chat_leave (EmpathyTpChat *chat); +void empathy_tp_chat_leave (EmpathyTpChat *chat, + const gchar *message); void empathy_tp_chat_join (EmpathyTpChat *chat); gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat, |