diff options
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 45a5e4a543..91b34c4efe 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -89,7 +89,8 @@ EvolutionStorageResult evolution_storage_new_folder (EvolutionStora const char *display_name, const char *type, const char *physical_uri, - const char *description); + const char *description, + gboolean highlighted); EvolutionStorageResult evolution_storage_update_folder (EvolutionStorage *evolution_storage, const char *path, const char *display_name, |