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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/e-storage.h b/shell/e-storage.h
index ae74f242a6..9a64732503 100644
--- a/shell/e-storage.h
+++ b/shell/e-storage.h
@@ -111,9 +111,13 @@ struct _EStorageClass {
GtkType e_storage_get_type (void);
void e_storage_construct (EStorage *storage,
+ const char *name,
+ const char *display_name,
const char *toplevel_node_uri,
const char *toplevel_node_type);
-EStorage *e_storage_new (const char *toplevel_node_uri,
+EStorage *e_storage_new (const char *name,
+ const char *display_name,
+ const char *toplevel_node_uri,
const char *toplevel_node_type);
gboolean e_storage_path_is_relative (const char *path);