Sync the g2 branch with the gnome2-merge-1 tag.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8899 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2003-07-17 07:27:25 +00:00
parent afbb65e514
commit c312aad941
7 changed files with 11840 additions and 10757 deletions

View File

@@ -47,7 +47,7 @@ Set the search path for documentation files
Evaluate the guile command
.IP --load FILE
Load the given .scm file
.IP --add-price-quote FILE
.IP --add-price-quotes FILE
Add price quotes to the given data file
.IP --load-user-config
Load the user configuration

View File

@@ -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