Hi Chris,

Chris Dennis wrote:
> Derek Atkins wrote:
>> Chris Dennis <cgden...@btinternet.com> writes:
>>
>>> I've grep'ed fairly thoroughly through the source, and I can't find
>>> anything obviously wrong.  business-core.i includes gncTaxTable.h, which
>>> has the line
>>>
>>>    GList *gncTaxTableGetEntries (const GncTaxTable *table);
>> We might need to do something like:
>>
>> typedef GList* GncTaxTableEntryList;
>>
>> Then change this to return a GncTaxTableEntryList.
> 
> I'll give that a go.
> 
>> And then add a Swig type for GncTaxTableEntryList that defines it
>> to be a list-of GncTaxTableEntry*.
> 
> I don't know where that's defined.  Can you point me to the file to be 
> changed?

as in engine.i, it might help to add

GLIST_HELPER_INOUT(GncTaxTableEntryList, SWIGTYPE_p__gncTaxTableEntry);

This is not tested though :-)

Ciao,
-- andi5

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to