> On Nov 6, 2016, at 12:25 AM, Sébastien de Menten <sdemen...@gmail.com> 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

Reply via email to