GnuCash 2.4.99
GNCId.h
00001 
00002 #include "qof.h"
00003 
00004 /* Equivalent function prototype:
00005  * void xaccGUIDNew (GncGUID *guid, QofBook *book)
00006  */
00007 #define xaccGUIDNew(guid,book)     \
00008       qof_instance_guid_new (qof_book_get_entity_table (book), (guid))
00009 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines