diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-03 17:02:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-03 17:25:19 +0800 |
commit | a296925676f10385929fee162610d49f1caff373 (patch) | |
tree | 0e3c292d6588fbfa259cdf772c2744021036e9ca /libempathy/empathy-tp-chat.h | |
parent | 7faf1b0fef56fd7a22af9ce4216f0eeedfffac26 (diff) | |
download | gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar.gz gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar.bz2 gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar.lz gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar.xz gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.tar.zst gsoc2013-empathy-a296925676f10385929fee162610d49f1caff373.zip |
empathy_tp_chat_is_invited: return a TpContact for the inviter
https://bugzilla.gnome.org/show_bug.cgi?id=675229
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 44f6a240e..d3ad334b3 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -96,7 +96,7 @@ void empathy_tp_chat_leave (EmpathyTpChat *chat, const gchar *message); gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat, - TpHandle *inviter); + TpContact **inviter); TpChannelChatState empathy_tp_chat_get_chat_state (EmpathyTpChat *chat, EmpathyContact *contact); |