diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 21:47:04 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 21:47:04 +0800 |
commit | bb173d8e042303ab7a0d9ec15c7a07f752cde200 (patch) | |
tree | 8e4aaca30d6c3464f21e5e8cf64522d7bd53c1a5 /libempathy/empathy-utils.h | |
parent | 25fe1de65572fecd8b369f4c01df32e47d5afc28 (diff) | |
download | gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar.gz gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar.bz2 gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar.lz gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar.xz gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.tar.zst gsoc2013-empathy-bb173d8e042303ab7a0d9ec15c7a07f752cde200.zip |
Add empathy_account_manager_get_accounts_connected function.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 13093b8a1..97e5e85b7 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -87,6 +87,8 @@ void empathy_signal_connect_weak (gpointer instance, TpAccount * empathy_get_account_for_connection (TpConnection *connection); +gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |