I'm currently working on a transaction report, which I intend to use
as a test case for the improved reporting infrastructure discussed 
previously on the list.

As it turns out, all I need to do is print out a list of the splits 
in a particular account - with some filterting, ordering, and
formatting frippery.

Account.h contains the C functions I need to get this information -
xaccAccountGetSplit, xaccAccountGetSplitList, and
XaccAccountGetNumSplits.  These are all fine and dandy, but to be any
use to me I need a Scheme interface to these functions.

How do I find if the function I need is already wrapped, and how
do I wrap C functions for Scheme?  There's some info on this in
the Guile documentation, but which files do I need to place what in
for this to work?

-- 
---------------------------------------------------------------------------
Robert Merkel                                               [EMAIL PROTECTED]

Humanity has advanced, when it has advanced, not because it has been sober, 
responsible, and cautious, but because it has been playful, rebellious, and 
immature.
                -- Tom Robbins
---------------------------------------------------------------------------

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to