50 #define QOF_BOOK_LOOKUP_ENTITY(book,guid,e_type,c_type) ({ \
51 QofEntity *val = NULL; \
54 col = qof_book_get_collection (book, e_type); \
55 val = qof_collection_lookup_entity (col, guid); \
66 typedef void (*QofBookFinalCB) (
QofBook *, gpointer key, gpointer user_data);
113 #define qof_book_get_slots(book) qof_instance_get_slots(QOF_INSTANCE(book))