diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-01-03 23:55:43 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-01-03 23:55:43 +0800 |
commit | 98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13 (patch) | |
tree | 8f99ad647fc286c54b3afd7707a490376c5b5ac8 /libempathy-gtk/empathy-account-chooser.h | |
parent | ceff90e7c349418ed74c3bc2346fdb9270d534c0 (diff) | |
download | gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar.gz gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar.bz2 gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar.lz gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar.xz gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.tar.zst gsoc2013-empathy-98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13.zip |
Skip accounts which don't support rooms in "Manage Favorites" dialog
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=603027
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.h b/libempathy-gtk/empathy-account-chooser.h index dfd372c3e..04e6230bd 100644 --- a/libempathy-gtk/empathy-account-chooser.h +++ b/libempathy-gtk/empathy-account-chooser.h @@ -91,6 +91,10 @@ void empathy_account_chooser_filter_is_connected (TpAccount EmpathyAccountChooserFilterResultCallback callback, gpointer callback_data, gpointer user_data); +void empathy_account_chooser_filter_supports_chatrooms (TpAccount *account, + EmpathyAccountChooserFilterResultCallback callback, + gpointer callback_data, + gpointer user_data); gboolean empathy_account_chooser_is_ready (EmpathyAccountChooser *chooser); G_END_DECLS |