On Nov 15, 2011, at 7:24 PM, Derek Atkins wrote:

> Hi,
> 
> This depends on your definition of 'wrapped.'  In general, C structures
> are mapped to Scheme as opaque pointer objects, which requires using
> getters/setters from guile to manipulate the object.  For example, you
> can't just do Account->desc in scheme, you need to use
> (xaccAccountGetDescription acc).

Has anyone ever tried using the gnome 2 Guile bindings and whatever is the 
g_object_get mechanism from Guile?

Regards,
John Ralls


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

Reply via email to