#include "guid.h"
#include "kvp_frame.h"
#include "qofbook.h"
#include "qofid.h"
Defines | |
#define | QOF_INSTANCE(object) ((QofInstance *)(object)) |
Typedefs | |
typedef QofInstance_s | QofInstance |
Functions | |
void | qof_instance_init (QofInstance *, QofIdType, QofBook *) |
void | qof_instance_release (QofInstance *inst) |
QofBook * | qof_instance_get_book (QofInstance *) |
const GUID * | qof_instance_get_guid (QofInstance *) |
KvpFrame * | qof_instance_get_slots (QofInstance *) |
gboolean | qof_instance_is_dirty (QofInstance *) |
void | qof_instance_gemini (QofInstance *to, QofInstance *from) |
QofInstance * | qof_instance_lookup_twin (QofInstance *src, QofBook *book) |