GnomeStorageREPO

Name

GnomeStorageREPO —

Synopsis



#define     GNOME_STORAGE_REPO_TYPE
GnomeStorage* gnome_storage_repo_open       (GnomeStorageREPO *storage_repo,
                                             const CORBA_char *path);
GnomeStorage* gnome_storage_repo_create     (GnomeStorageREPO *storage_repo,
                                             const CORBA_char *path);

Description

Details

GNOME_STORAGE_REPO_TYPE

#define GNOME_STORAGE_REPO_TYPE        (gnome_storage_repo_get_type ())


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.

storage_repo : parent storage
path : path to existing directory that represents the storage
Returns :the GnomeStorage GTK object.


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.

storage_repo : parent storage
path : path inside the storage to create
Returns :the GnomeStorage GTK object.