mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move gnc_locale functions from src/app-utils/gnc-ui-util to src/core-utils/gnc-locale-utils (new files) and adjust accordingly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20209 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <gnc-main.h>
|
||||
#include <gnc-path.h>
|
||||
#include <gnc-filepath-utils.h>
|
||||
#include <gnc-locale-utils.h>
|
||||
#include <glib.h>
|
||||
|
||||
SCM scm_init_sw_core_utils_module (void);
|
||||
@@ -38,6 +39,8 @@ gchar * gnc_locale_from_utf8(const gchar *);
|
||||
%newobject gnc_locale_to_utf8;
|
||||
gchar * gnc_locale_to_utf8(const gchar *);
|
||||
|
||||
const char * gnc_locale_default_iso_currency_code (void);
|
||||
|
||||
%rename ("gnc-utf8?") wrap_gnc_utf8_validate;
|
||||
%inline %{
|
||||
/* This helper function wraps gnc_utf8_validate() into a predicate. */
|
||||
|
||||
Reference in New Issue
Block a user