mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Initial port from the deprecated (in 1.6) guile gh_xxx interface to
the supported scm_xxx interface. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8013 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -9,7 +9,7 @@ how I did it, but there are a few bits you have to be careful about.
|
||||
|
||||
One of the main sources of useful information is "info guile-ref".
|
||||
This contains the documentation for all the guile C-side functions
|
||||
like gh_car(), gh_append(), etc. that manipulate opaque SCM objects
|
||||
like SCM_CAR(), scm_append(), etc. that manipulate opaque SCM objects
|
||||
from the guile side.
|
||||
|
||||
Given that and a reasonable understanding of GTK/GNOME, you should be
|
||||
|
||||
Reference in New Issue
Block a user