Home
last modified time | relevance | path

Searched defs:GncCustomer (Results 1 – 2 of 2) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-customer.c140 test_string_fcn (QofBook *book, const char *message, in test_string_fcn()
142 const char * (*get)(const GncCustomer *)) in test_string_fcn()
165 test_numeric_fcn (QofBook *book, const char *message, in test_numeric_fcn()
167 gnc_numeric (*get)(const GncCustomer *)) in test_numeric_fcn()
190 test_bool_fcn (QofBook *book, const char *message, in test_bool_fcn()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncCustomer.h57 typedef struct _gncCustomer GncCustomer; typedef