aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-10 22:25:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-11 00:46:22 +0800
commitab42fdc8c751622e3239d43e793f06e8b6703bf7 (patch)
tree65748cacdff56ab8c6840843dac4f73c89461ceb /e-util/e-source-selector.h
parentc80966db005f9fb5acb4f994ee467b56ea43d993 (diff)
downloadgsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar.gz
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar.bz2
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar.lz
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar.xz
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.tar.zst
gsoc2013-evolution-ab42fdc8c751622e3239d43e793f06e8b6703bf7.zip
Add e_source_selector_update_all_rows().
Calls e_source_selector_update_row() for each ESource being shown by the ESourceSelector, according to the "extension-name" property.
Diffstat (limited to 'e-util/e-source-selector.h')
-rw-r--r--e-util/e-source-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h
index b49d65a782..949c94bf33 100644
--- a/e-util/e-source-selector.h
+++ b/e-util/e-source-selector.h
@@ -140,6 +140,8 @@ void e_source_selector_queue_write (ESourceSelector *selector,
ESource *source);
void e_source_selector_update_row (ESourceSelector *selector,
ESource *source);
+void e_source_selector_update_all_rows
+ (ESourceSelector *selector);
G_END_DECLS