GnuCash
5.6-150-g038405b370+
|
modtime is the internal date of the last modtime
See libgnucash/engine/TaxTableBillTermImmutability.txt for an explanation of the following
Code that handles refcount, parent, child, invisible and children is identical to that in ::GncBillTerm
More...
#include <gncTaxTable.h>
modtime is the internal date of the last modtime
See libgnucash/engine/TaxTableBillTermImmutability.txt for an explanation of the following
Code that handles refcount, parent, child, invisible and children is identical to that in ::GncBillTerm
QofInstance | inst; |
char | * name; |
GncTaxTableEntryList* | entries; |
time64 | modtime; |
gint64 | refcount; |
GncTaxTable | * parent; if non-null, we are an immutable child |
GncTaxTable | * child; if non-null, we have not changed |
gboolean | invisible; |
GList | * children; list of children for disconnection |