Re: Guile gnucash modules documentation

2016-11-06 Thread John Ralls

> On Nov 6, 2016, at 12:25 AM, Sébastien de Menten  wrote:
> 
> Cross posting to gnucash-devel as probably more a dev question.
> Essentially: is there any way to get some documentation (even just the list
> of modules with symbols exported) on the guile gnucash bindings ?

For the bindings you can use the C documentation, just change the underscores 
(_) into hyphens (-). The only listing of what's exported is in the swig 
interface files, e.g. src/engine/engine.i. That covers about a third of the 
Scheme functionality, the rest being functions written in Scheme. AFAIK there 
is no documentation of that beyond the comments in the source files and of 
course the code itself.

Regards,
John Ralls


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


Fwd: Guile gnucash modules documentation

2016-11-06 Thread Sébastien de Menten
Cross posting to gnucash-devel as probably more a dev question.
Essentially: is there any way to get some documentation (even just the list
of modules with symbols exported) on the guile gnucash bindings ?

Sébastien
-- Forwarded message --
From: "Sébastien de Menten" <sdemen...@gmail.com>
Date: Nov 2, 2016 02:00
Subject: Guile gnucash modules documentation
To: <gnucash-u...@gnucash.org>
Cc:

Is there a place where we can find documentation on the functions available
> from guile to write report ?
> Diving back in scheme bring good memories but these are not sufficient to
> understand how to use guile with gnucash.
> For instance, how can I get back just the current session ?
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel