aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage.h')
-rw-r--r--shell/e-storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h
index 129212389e..91afa759f5 100644
--- a/shell/e-storage.h
+++ b/shell/e-storage.h
@@ -85,6 +85,7 @@ struct _EStorageClass {
GList * (* get_subfolder_paths) (EStorage *storage, const char *path);
EFolder * (* get_folder) (EStorage *storage, const char *path);
const char * (* get_name) (EStorage *storage);
+ const char * (* get_display_name) (EStorage *storage);
void (* async_create_folder) (EStorage *storage,
const char *path,
@@ -123,6 +124,7 @@ EFolder *e_storage_get_folder (EStorage *storage,
const char *path);
const char *e_storage_get_name (EStorage *storage);
+const char *e_storage_get_display_name (EStorage *storage);
const char *e_storage_get_toplevel_node_uri (EStorage *storage);
const char *e_storage_get_toplevel_node_type (EStorage *storage);