aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-14 11:17:00 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-14 11:17:00 +0800
commit4c725337a0c392422b947d70b37a81cdc1435d35 (patch)
tree0664d348d5f200cb6be2e58cecdd645a8af2f8d8 /shell/e-storage-set-view.h
parent1faa7d0bef42bcec3c53a68aee9c9b856a209ac5 (diff)
downloadgsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar.gz
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar.bz2
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar.lz
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar.xz
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.tar.zst
gsoc2013-evolution-4c725337a0c392422b947d70b37a81cdc1435d35.zip
Added a signal when the value of the checkboxes changes.
2002-05-13 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (etree_set_value_at): Added a signal when the value of the checkboxes changes. svn path=/trunk/; revision=16776
Diffstat (limited to 'shell/e-storage-set-view.h')
-rw-r--r--shell/e-storage-set-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.h b/shell/e-storage-set-view.h
index ff620ea5de..553db79f9e 100644
--- a/shell/e-storage-set-view.h
+++ b/shell/e-storage-set-view.h
@@ -68,6 +68,7 @@ struct _EStorageSetViewClass {
void (* folder_context_menu_popping_up) (EStorageSetView *storage_set_view,
const char *path);
void (* folder_context_menu_popped_down) (EStorageSetView *storage_set_view);
+ void (* checkboxes_changed) (EStorageSetView *storage_set_view);
};