GnomeStorage

Name

GnomeStorage —

Synopsis



#define     GNOME_STORAGE_TYPE
GnomeStorage* gnome_storage_construct       (GnomeStorage *storage,
                                             GNOME_Storage corba_storage);
GnomeStorage* gnome_storage_file_open       (const char *path,
                                             const char *open_mode);
GnomeStorage* gnome_storage_storage_open    (GnomeStorage *storage,
                                             const char *path,
                                             const char *open_mode);
GnomeStream* gnome_stream_storage_open      (GnomeStorage *storage,
                                             const char *path,
                                             const char *open_mode);
void        gnome_storage_write_class_id    (GnomeStorage *storage,
                                             char *class_id);
void        gnome_stream_write_class_id     (GnomeStream *stream,
                                             char *class_id);
extern      POA_GNOME_Storage__vepv gnome_storage_vepv;
extern      POA_GNOME_Storage__epv gnome_storage_epv;

Description

Details

GNOME_STORAGE_TYPE

#define GNOME_STORAGE_TYPE        (gnome_storage_get_type ())


gnome_storage_construct ()

GnomeStorage* gnome_storage_construct       (GnomeStorage *storage,
                                             GNOME_Storage corba_storage);

storage : 
corba_storage : 
Returns : 


gnome_storage_file_open ()

GnomeStorage* gnome_storage_file_open       (const char *path,
                                             const char *open_mode);

path : 
open_mode : 
Returns : 


gnome_storage_storage_open ()

GnomeStorage* gnome_storage_storage_open    (GnomeStorage *storage,
                                             const char *path,
                                             const char *open_mode);

storage : 
path : 
open_mode : 
Returns : 


gnome_stream_storage_open ()

GnomeStream* gnome_stream_storage_open      (GnomeStorage *storage,
                                             const char *path,
                                             const char *open_mode);

storage : 
path : 
open_mode : 
Returns : 


gnome_storage_write_class_id ()

void        gnome_storage_write_class_id    (GnomeStorage *storage,
                                             char *class_id);

storage : 
class_id : 


gnome_stream_write_class_id ()

void        gnome_stream_write_class_id     (GnomeStream *stream,
                                             char *class_id);

stream : 
class_id : 


gnome_storage_vepv

extern POA_GNOME_Storage__vepv gnome_storage_vepv;


gnome_storage_epv

extern POA_GNOME_Storage__epv gnome_storage_epv;