aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-source-selector.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-16 14:58:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-16 14:58:21 +0800
commit8bf6b2775468e604c275e1a0990729f4a328e02a (patch)
tree096b08c383f81d5056ab92c04b5a50f4015c0b50 /widgets/misc/e-source-selector.h
parent44c075e18b7cdc0756f5f20f4b36ce534864ea03 (diff)
downloadgsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar.gz
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar.bz2
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar.lz
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar.xz
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.tar.zst
gsoc2013-evolution-8bf6b2775468e604c275e1a0990729f4a328e02a.zip
fix a path leak and maek the code more structured.
2004-06-16 Not Zed <NotZed@Ximian.com> * e-source-selector.c (cell_toggled_callback): fix a path leak and maek the code more structured. (e_source_selector_set_toggle_selection): set the mode on whether you can toggle the currnet selection or not. (cell_toggled_callback): implement set_toggle_selection behaviour. svn path=/trunk/; revision=26361
Diffstat (limited to 'widgets/misc/e-source-selector.h')
-rw-r--r--widgets/misc/e-source-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-source-selector.h b/widgets/misc/e-source-selector.h
index 8d3540866d..0b65d9443a 100644
--- a/widgets/misc/e-source-selector.h
+++ b/widgets/misc/e-source-selector.h
@@ -72,6 +72,8 @@ void e_source_selector_show_selection (ESourceSelector *selector,
gboolean show);
gboolean e_source_selector_selection_shown (ESourceSelector *selector);
+void e_source_selector_set_toggle_selection(ESourceSelector *selector, gboolean state);
+
ESource *e_source_selector_peek_primary_selection (ESourceSelector *selector);
void e_source_selector_set_primary_selection (ESourceSelector *selector,
ESource *source);