Private interfaces, not meant to be used by applications.
Private interfaces, not meant to be used by applications.
Private interfaces, not meant to be used by applications.
Private interfaces, not meant to be used by applications.
Private interfaces, not meant to be used by applications.
|
Files |
file | qofobject-p.h |
| the Core Object Registration/Lookup Private Interface
|
Data Structures |
struct | _QofBackend |
struct | _QofBook |
struct | QofInstance_s |
Book_Private |
#define | qof_book_set_guid(book, guid) qof_entity_set_guid(QOF_ENTITY(book), guid) |
void | qof_book_set_schedxactions (QofBook *book, GList *newList) |
void | qof_book_set_backend (QofBook *book, QofBackend *be) |
void | qof_book_mark_saved (QofBook *book) |
gboolean | qof_book_register (void) |
Backend_Private |
Pseudo-object defining how the engine can interact with different back-ends (which may be SQL databases, or network interfaces to remote GnuCash servers. In theory, file-io should be a type of backend).
The callbacks will be called at the appropriate times during a book session to allow the backend to store the data as needed.
|
void | qof_backend_set_error (QofBackend *be, QofBackendError err) |
QofBackendError | qof_backend_get_error (QofBackend *be) |
void | qof_backend_set_message (QofBackend *be, const char *format,...) |
char * | qof_backend_get_message (QofBackend *be) |
void | qof_backend_init (QofBackend *be) |
Class_Private |
void | qof_class_init (void) |
void | qof_class_shutdown (void) |
QofSortFunc | qof_class_get_default_sort (QofIdTypeConst obj_name) |
Entity_Private |
void | qof_entity_set_guid (QofEntity *ent, const GUID *guid) |
void | qof_collection_insert_entity (QofCollection *, QofEntity *) |
void | qof_collection_mark_clean (QofCollection *) |
void | qof_collection_mark_dirty (QofCollection *) |
Instance_Private |
void | qof_instance_mark_clean (QofInstance *) |
void | qof_instance_set_slots (QofInstance *, KvpFrame *) |
Objects_Private |
void | qof_object_book_begin (QofBook *book) |
void | qof_object_book_end (QofBook *book) |
gboolean | qof_object_is_dirty (QofBook *book) |
void | qof_object_mark_clean (QofBook *book) |