diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-18 23:16:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-07 19:00:14 +0800 |
commit | cd6ab6adeb836cbda38abc502c39d14aedfef7f1 (patch) | |
tree | 818b1bd647893cb795a718b15c98068384cce2a3 /libempathy/empathy-tp-chat.h | |
parent | 52bb570645883d3920f4950aa1dca8f6d88b4b32 (diff) | |
download | gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar.gz gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar.bz2 gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar.lz gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar.xz gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.tar.zst gsoc2013-empathy-cd6ab6adeb836cbda38abc502c39d14aedfef7f1.zip |
add empathy_tp_chat_join() and empathy_tp_chat_is_invited()
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index fd9724037..e5abe936f 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -99,6 +99,9 @@ gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, gboolean empathy_tp_chat_can_add_contact (EmpathyTpChat *self); void empathy_tp_chat_leave (EmpathyTpChat *chat); +void empathy_tp_chat_join (EmpathyTpChat *chat); + +gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat); G_END_DECLS |