aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-10-25 22:32:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-10-25 22:40:03 +0800
commit6ea6096c807b2d1e5da8743a5906209d83099a71 (patch)
tree6ef6c1bed63a0df168edc3ccfa2a8a2ad3f1c72a /e-util/e-source-selector.h
parente1d072684fa81c8ed7cb9656f02b278e9b2f7014 (diff)
downloadgsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar.gz
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar.bz2
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar.lz
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar.xz
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.tar.zst
gsoc2013-evolution-6ea6096c807b2d1e5da8743a5906209d83099a71.zip
ESourceSelector: Add a "show-icons" property.
ESourceSelector can now optionally display an icon next to each ESource matching the selector's "extension-name". Intended for non-homogeneous use cases where a variety of account types are shown in the selector. The icon set is hard-coded, but we could change that if the need arises.
Diffstat (limited to 'e-util/e-source-selector.h')
-rw-r--r--e-util/e-source-selector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h
index f0e56573b5..29d981510e 100644
--- a/e-util/e-source-selector.h
+++ b/e-util/e-source-selector.h
@@ -101,6 +101,11 @@ gboolean e_source_selector_get_show_colors
void e_source_selector_set_show_colors
(ESourceSelector *selector,
gboolean show_colors);
+gboolean e_source_selector_get_show_icons
+ (ESourceSelector *selector);
+void e_source_selector_set_show_icons
+ (ESourceSelector *selector,
+ gboolean show_icons);
gboolean e_source_selector_get_show_toggles
(ESourceSelector *selector);
void e_source_selector_set_show_toggles