From 9c28295de36c8c18c01c5c7846566526cee7f1ac Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 5 Dec 2000 01:08:18 +0000 Subject: Start implementing a physical URI property for the toplevel nodes in storages. Also add initial code in the shell to handle that. svn path=/trunk/; revision=6787 --- shell/e-storage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shell/e-storage.h') diff --git a/shell/e-storage.h b/shell/e-storage.h index 4500d9bb4f..d44a4161df 100644 --- a/shell/e-storage.h +++ b/shell/e-storage.h @@ -95,8 +95,9 @@ struct _EStorageClass { GtkType e_storage_get_type (void); -void e_storage_construct (EStorage *storage); -EStorage *e_storage_new (void); +void e_storage_construct (EStorage *storage, + const char *toplevel_node_uri); +EStorage *e_storage_new (const char *toplevel_node_uri); gboolean e_storage_path_is_relative (const char *path); gboolean e_storage_path_is_absolute (const char *path); @@ -107,6 +108,7 @@ EFolder *e_storage_get_folder (EStorage *storage, const char *path); const char *e_storage_get_name (EStorage *storage); +const char *e_storage_get_toplevel_node_uri (EStorage *storage); /* Folder operations. */ -- cgit v1.2.3