diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index d32b716f86..45a5e4a543 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -90,6 +90,10 @@ EvolutionStorageResult evolution_storage_new_folder (EvolutionStora const char *type, const char *physical_uri, const char *description); +EvolutionStorageResult evolution_storage_update_folder (EvolutionStorage *evolution_storage, + const char *path, + const char *display_name, + gboolean highlighted); EvolutionStorageResult evolution_storage_removed_folder (EvolutionStorage *evolution_storage, const char *path); |