mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rename qofinstance function
This function was supposed to be renamed a while back. I had named it this way for debugging purposes.
This commit is contained in:
@@ -1066,7 +1066,7 @@ void qof_instance_set_path_kvp (QofInstance * inst, GValue const * value, std::v
|
||||
}
|
||||
|
||||
void
|
||||
qof_instance_set_var_kvp (QofInstance * inst, GValue const * value, unsigned count, ...)
|
||||
qof_instance_set_kvp (QofInstance * inst, GValue const * value, unsigned count, ...)
|
||||
{
|
||||
std::vector<std::string> path;
|
||||
va_list args;
|
||||
@@ -1091,7 +1091,7 @@ void qof_instance_get_path_kvp (QofInstance * inst, GValue * value, std::vector<
|
||||
}
|
||||
|
||||
void
|
||||
qof_instance_get_var_kvp (QofInstance * inst, GValue * value, unsigned count, ...)
|
||||
qof_instance_get_kvp (QofInstance * inst, GValue * value, unsigned count, ...)
|
||||
{
|
||||
std::vector<std::string> path;
|
||||
va_list args;
|
||||
|
||||
Reference in New Issue
Block a user