GnomeStorageFS

Name

GnomeStorageFS —

Synopsis



#define     GNOME_STORAGE_FS_TYPE
GnomeStorage* gnome_storage_fs_construct    (GnomeStorageFS *storage,
                                             GNOME_Storage corba_storage,
                                             const char *path,
                                             const char *open_mode);
GnomeStorage* gnome_storage_fs_open         (const char *path,
                                             GNOME_Storage_OpenMode mode);
GnomeStorage* gnome_storage_fs_create       (GnomeStorageFS *storage_fs,
                                             const CORBA_char *path);

Description

Details

GNOME_STORAGE_FS_TYPE

#define GNOME_STORAGE_FS_TYPE        (gnome_storage_fs_get_type ())


gnome_storage_fs_construct ()

GnomeStorage* gnome_storage_fs_construct    (GnomeStorageFS *storage,
                                             GNOME_Storage corba_storage,
                                             const char *path,
                                             const char *open_mode);

storage : 
corba_storage : 
path : 
open_mode : 
Returns : 


gnome_storage_fs_open ()

GnomeStorage* gnome_storage_fs_open         (const char *path,
                                             GNOME_Storage_OpenMode mode);

path : path to existing directory that represents the storage
mode : open mode for the storage
Returns :a GnomeStorage object that represents the storage at path


gnome_storage_fs_create ()

GnomeStorage* gnome_storage_fs_create       (GnomeStorageFS *storage_fs,
                                             const CORBA_char *path);

Creates a new GnomeStorage object whose parent is storage_fs and whose path name is path. The storage created is an activated CORBA server for this storage.

if storage_fs is NULL, it creates a toplevel storage.

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