33 #ifndef GNC_COMMODITY_HPP 34 #define GNC_COMMODITY_HPP 41 using CommVec = std::vector<gnc_commodity*>;
53 const std::vector<std::string>& sources_list);
66 const char * namespace_name,
67 const char * new_namespace_name);
void gnc_quote_source_set_fq_installed(const char *version_string, const std::vector< std::string > &sources_list)
Update gnucash internal tables based on what Finance::Quote sources are installed.
bool gnc_commodity_table_rename_namespace(const gnc_commodity_table *table, const char *namespace_name, const char *new_namespace_name)
This function renames a namespace.
Commodity handling public routines.