You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/app-utils
Derek Atkins 5a9af7ef30
use g_strdup -- cannot feed SCM_STRING_CHARS() back into guile.
21 years ago
..
test use g_strdup -- cannot feed SCM_STRING_CHARS() back into guile. 21 years ago
Makefile.am HIG rework. Remove newlines from dialog message strings. Give some 21 years ago
README * src/app-utils/README: new file. 25 years ago
app-utils.scm Export debugging state from C to guile. 21 years ago
c-interface.scm Update FSF street address. 21 years ago
config-var.scm Update FSF street address. 21 years ago
date-utilities.scm Update FSF street address. 21 years ago
file-utils.c Provide better arguments for specifying what to do when a key_file 21 years ago
file-utils.h Add code to save window state into a Glib Key-Value file. This code 21 years ago
gfec.c Collapse the gnome2 branch back into HEAD. 21 years ago
gfec.h Initial port from the deprecated (in 1.6) guile gh_xxx interface to 24 years ago
gnc-account-merge.c Expand on the error message 21 years ago
gnc-account-merge.h C-style comment conventions; rename identifiers that are C++ keywords. 21 years ago
gnc-accounting-period.c Better fix for compiling cleanly on a glib 2.9/2.10 system without 21 years ago
gnc-accounting-period.h Better fix for compiling cleanly on a glib 2.9/2.10 system without 21 years ago
gnc-basic-gobject.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-component-manager.c Tweak a debugging statement. 21 years ago
gnc-component-manager.h Use only qof.h in place of other QOF headers 21 years ago
gnc-druid-cb.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-cb.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-edge.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-edge.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-file.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-file.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-multifile.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc-multifile.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-desc.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-file-cb.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider-file-cb.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid-provider.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-druid.h Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-euro.c Collapse the gnome2 branch back into HEAD. 21 years ago
gnc-euro.h Use only qof.h in place of other QOF headers 21 years ago
gnc-exp-parser.c Provide better arguments for specifying what to do when a key_file 21 years ago
gnc-exp-parser.h Use only qof.h in place of other QOF headers 21 years ago
gnc-gettext-util.c Move gnu-module init and gettext init from scm to C. 21 years ago
gnc-gettext-util.h Move gnu-module init and gettext init from scm to C. 21 years ago
gnc-helpers.c Update FSF street address. 21 years ago
gnc-helpers.h Update FSF street address. 21 years ago
gnc-ui-common.h Update FSF street address. 21 years ago
gnc-ui-util.c Teach PrintAmountInternal() to correctly handle a reciprocal denominator. 21 years ago
gnc-ui-util.h Thomas Klausner's NetBSD patch. 21 years ago
gncmod-app-utils.c Add hooks just once in app_utils module init. 21 years ago
guile-util.c Include file cleanup. Remove the messages.[ch] files in favor of the 21 years ago
guile-util.h Use only qof.h in place of other QOF headers 21 years ago
gw-app-utils-spec.scm Guile-side clean-up for --namespace option. 21 years ago
hooks.scm Update FSF street address. 21 years ago
kvp-option-registry.scm Update FSF street address. 21 years ago
option-util.c HIG rework. Remove newlines from dialog message strings. Give some 21 years ago
option-util.h Use only qof.h in place of other QOF headers 21 years ago
options.scm Update FSF street address. 21 years ago
prefs.scm Replace missing API for config-file loading. 21 years ago
simple-obj.scm Remove RCS 'Id' tags from files. 23 years ago

README


After loading this module, you must also call

(gnc:setup-gettext)
(setlocale LC_ALL "")

at some point to finish initializing the app. This is not done
automatically from gncmod-app-utils.c via app-utils.scm because you
may need to handle setlocale yourself (or you may already have other
code that does).