mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 13:39:43 -06:00
2eec10f6c2
Patch by Matthijs Kooijman: This is a typedef for a GSList, that is used to identify the path from an object to one of its parameters in search queries and sorting. This typedef replaces GSList everywhere where it's applicable. This relieves the need to special case a few functions in the swig bindings and makes the bindings for a bunch of other functions work as well. Note this is (still) only an in typemap, since no useful functions that return a QofQueryParamList are exposed in the bindings right now anyway. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19890 57a11ea4-9604-0410-9ed3-97b8803252fd |
||
---|---|---|
.. | ||
app-utils | ||
backend | ||
bin | ||
business | ||
calculation | ||
cmake_modules | ||
core-utils | ||
debug | ||
doc | ||
engine | ||
experimental | ||
gnc | ||
gnc-module | ||
gnome | ||
gnome-search | ||
gnome-utils | ||
html | ||
import-export | ||
libqof | ||
optional | ||
pixmaps | ||
quotes | ||
register | ||
report | ||
scm | ||
tax | ||
test-core | ||
base-typemaps.i | ||
CMakeLists.txt | ||
config.h.cmake.in | ||
gnc-test-env | ||
gnc-ui.h | ||
guile-mappings.h | ||
Makefile.am | ||
platform.h | ||
README | ||
README.modules | ||
RecnWindow.h |
This directory contains the source for GnuCash. See README.modules for the layout of the module subdirectories. The non-module directories are: doc: various notes about design and the design documentation. experimental: for experimental systems. gnome: misc code for the gtk/gnome front end. optional: bits supported via ./configure --enable-* or --with-* args. pixmaps: various runtime images. quotes: code for downloading stock quotes. scm: misc scheme code.