diff options
Diffstat (limited to 'shell/e-local-storage.h')
-rw-r--r-- | shell/e-local-storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h index a7cb520ba1..8b1d6f2846 100644 --- a/shell/e-local-storage.h +++ b/shell/e-local-storage.h @@ -54,6 +54,8 @@ struct _ELocalStorage { struct _ELocalStorageClass { EStorageClass parent_class; + + void (* folder_updated) (ELocalStorage *local_storage, const char *path); }; |