gnome_storage_repo_open ()
GnomeStorage* gnome_storage_repo_open (GnomeStorageREPO *storage_repo,
const CORBA_char *path); |
Opens a GnomeStorage object whose parent is storage_repo and
whose path name is path. The storage opened is an activated
CORBA server for this storage.
if storage_repo is NULL, it opens a toplevel storage.
gnome_storage_repo_create ()
GnomeStorage* gnome_storage_repo_create (GnomeStorageREPO *storage_repo,
const CORBA_char *path); |
Creates a new GnomeStorage object whose parent is storage_repo and
whose path name is path. The storage created is an activated
CORBA server for this storage.
if storage_repo is NULL, it creates a toplevel storage.