#define GNOME_STORAGE_FS_TYPE |
|
storage : | |
corba_storage : | |
path : | |
open_mode : | |
Returns : |
|
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 |
|
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. |