aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage-set.h')
-rw-r--r--shell/e-storage-set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage-set.h b/shell/e-storage-set.h
index cc0d34811a..887eac5134 100644
--- a/shell/e-storage-set.h
+++ b/shell/e-storage-set.h
@@ -64,6 +64,7 @@ struct _EStorageSetClass {
void (* removed_storage) (EStorageSet *storage_set, EStorage *storage);
/* FIXME? Inconsistency between storage and folders. */
void (* new_folder) (EStorageSet *storage_set, const char *path);
+ void (* updated_folder) (EStorageSet *storage_set, const char *path);
void (* removed_folder) (EStorageSet *storage_set, const char *path);
};