mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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