|
|
|
|
@ -40,7 +40,7 @@ is *identical* to that in ::GncBillTerm
|
|
|
|
|
|
|
|
|
|
@param QofInstance inst;
|
|
|
|
|
@param char * name;
|
|
|
|
|
@param GList * entries;
|
|
|
|
|
@param GncTaxTableEntryList* entries;
|
|
|
|
|
@param Timespec modtime;
|
|
|
|
|
@param gint64 refcount;
|
|
|
|
|
@param GncTaxTable * parent; if non-null, we are an immutable child
|
|
|
|
|
@ -153,7 +153,8 @@ const char *gncTaxTableGetName (const GncTaxTable *table);
|
|
|
|
|
GncTaxTable *gncTaxTableGetParent (const GncTaxTable *table);
|
|
|
|
|
GncTaxTable *gncTaxTableReturnChild (GncTaxTable *table, gboolean make_new);
|
|
|
|
|
#define gncTaxTableGetChild(t) gncTaxTableReturnChild((t),FALSE)
|
|
|
|
|
GList *gncTaxTableGetEntries (const GncTaxTable *table);
|
|
|
|
|
typedef GList GncTaxTableEntryList;
|
|
|
|
|
GncTaxTableEntryList* gncTaxTableGetEntries (const GncTaxTable *table);
|
|
|
|
|
gint64 gncTaxTableGetRefcount (const GncTaxTable *table);
|
|
|
|
|
Timespec gncTaxTableLastModified (const GncTaxTable *table);
|
|
|
|
|
|
|
|
|
|
|