diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-05-05 02:14:01 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-05-05 04:48:40 +0800 |
commit | e496f94b0433b22e1ecdf35328bcaf16b4abb6a4 (patch) | |
tree | e1b2da8f5e5de02d8ee30f0e20ebdc7c25073e6b /widgets/misc/e-account-combo-box.h | |
parent | 06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76 (diff) | |
download | gsoc2013-evolution-e496f94b0433b22e1ecdf35328bcaf16b4abb6a4.tar.gz gsoc2013-evolution-e496f94b0433b22e1ecdf35328bcaf16b4abb6a4.tar.zst gsoc2013-evolution-e496f94b0433b22e1ecdf35328bcaf16b4abb6a4.zip |
Add function to count the displayed accounts in an EAccountComboBox
We will need this to see how many accounts are shown in the From header
in the mail composer.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'widgets/misc/e-account-combo-box.h')
-rw-r--r-- | widgets/misc/e-account-combo-box.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-account-combo-box.h b/widgets/misc/e-account-combo-box.h index 12d4be6c72..60078690e9 100644 --- a/widgets/misc/e-account-combo-box.h +++ b/widgets/misc/e-account-combo-box.h @@ -78,6 +78,8 @@ gboolean e_account_combo_box_set_active_name (EAccountComboBox *combo_box, const gchar *account_name); +int e_account_combo_box_count_displayed_accounts (EAccountComboBox *combo_box); + G_END_DECLS #endif /* E_ACCOUNT_COMBO_BOX_H */ |