aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 08:20:25 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 21:46:39 +0800
commit25fe1de65572fecd8b369f4c01df32e47d5afc28 (patch)
tree1db82cd834c4dd4a916c05a41e220da05be06aa4 /libempathy/empathy-utils.h
parent1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d (diff)
downloadgsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar.gz
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar.bz2
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar.lz
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar.xz
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.tar.zst
gsoc2013-empathy-25fe1de65572fecd8b369f4c01df32e47d5afc28.zip
Add empathy_get_account_for_connection function.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index d62e096ae..13093b8a1 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -85,6 +85,8 @@ void empathy_signal_connect_weak (gpointer instance,
GCallback c_handler,
GObject *user_data);
+TpAccount * empathy_get_account_for_connection (TpConnection *connection);
+
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */