gnucash stable: gnc_list_all_paths returns std::vector instead of GList of EnvPaths

Christopher Lam clam at code.gnucash.org
Mon May 22 00:43:49 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/89f7e893 (commit)
	from  https://github.com/Gnucash/gnucash/commit/bba49a6d (commit)



commit 89f7e8933b0efb6169cb648b9059720dfb9f8700
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon May 22 09:45:33 2023 +0800

    gnc_list_all_paths returns std::vector instead of GList of EnvPaths
    
    because its consumers are now cpp there's no need to return a GList.



Summary of changes:
 gnucash/gnome-utils/gnc-main-window.cpp      | 13 ++++-------
 gnucash/gnucash-core-app.cpp                 |  9 +++----
 libgnucash/core-utils/gnc-filepath-utils.cpp | 26 +++++++--------------
 libgnucash/core-utils/gnc-filepath-utils.h   | 35 ++++++++++++++--------------
 4 files changed, 33 insertions(+), 50 deletions(-)



More information about the gnucash-patches mailing list