bonobo-storage-memory

bonobo-storage-memory

Name

bonobo-storage-memory -- 

Description

Details

BONOBO_STORAGE_MEM_TYPE

#define BONOBO_STORAGE_MEM_TYPE        BONOBO_TYPE_STORAGE_MEM /* deprecated, you should use BONOBO_TYPE_STORAGE_MEM */


struct BonoboStorageMemPriv

struct BonoboStorageMemPriv;


BonoboStorageMem

typedef struct {
BonoboObject parent;

BonoboStorageMemPriv *priv;
} BonoboStorageMem;


BonoboStorageMemClass

typedef struct {
BonoboObjectClass parent_class;

POA_Bonobo_Storage__epv epv;
} BonoboStorageMemClass;


bonobo_storage_mem_create ()

BonoboObject* bonobo_storage_mem_create     (void);