diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-19 00:11:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-19 00:11:58 +0800 |
commit | bfb75bb92f7e1a4aa93a9e144b781faf03df93eb (patch) | |
tree | 700eb3afadb8e17d8035a92ee0e30ab018adb495 /libempathy/empathy-tp-chat.h | |
parent | 13699e023a50f88055f24c0230c28a7163c8356d (diff) | |
parent | 247ea7a25d8495d2f1cd2b6ac2bf6fe582a3c5fb (diff) | |
download | gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar.gz gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar.bz2 gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar.lz gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar.xz gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.tar.zst gsoc2013-empathy-bfb75bb92f7e1a4aa93a9e144b781faf03df93eb.zip |
Merge branch 'approvers-redone-599158'
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 e5abe936f..3ac5eaf58 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -101,7 +101,8 @@ 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); +gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat, + TpHandle *inviter); G_END_DECLS |