mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix double definition of gnc-build-dotgnucash-path
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22669 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -36,7 +36,9 @@ gchar * gnc_path_get_stdreportsdir(void);
|
||||
%newobject gnc_path_find_localized_html_file;
|
||||
gchar * gnc_path_find_localized_html_file(const gchar *);
|
||||
|
||||
%newobject gnc_build_dotgnucash_path;
|
||||
gchar * gnc_build_dotgnucash_path(const gchar *);
|
||||
|
||||
gchar * gnc_build_report_path(const gchar *);
|
||||
gchar * gnc_build_stdreports_path(const gchar *);
|
||||
|
||||
|
||||
@@ -81,7 +81,6 @@ functions. */
|
||||
|
||||
%newobject xaccSplitGetCorrAccountFullName;
|
||||
%newobject gnc_numeric_to_string;
|
||||
%newobject gnc_build_dotgnucash_path;
|
||||
%newobject gnc_build_book_path;
|
||||
|
||||
/* Parse the header file to generate wrappers */
|
||||
@@ -139,7 +138,6 @@ KvpFrame* qof_book_get_slots(QofBook* book);
|
||||
|
||||
Timespec timespecCanonicalDayTime(Timespec t);
|
||||
|
||||
gchar * gnc_build_dotgnucash_path (const gchar *filename);
|
||||
gchar * gnc_build_book_path (const gchar *filename);
|
||||
|
||||
%include <gnc-budget.h>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
(use-modules (srfi srfi-1))
|
||||
(use-modules (srfi srfi-19))
|
||||
(use-modules (gnucash gnc-module))
|
||||
(use-modules (gnucash core-utils))
|
||||
|
||||
(gnc:module-load "gnucash/engine" 0)
|
||||
(gnc:module-load "gnucash/app-utils" 0)
|
||||
|
||||
Reference in New Issue
Block a user