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:
lmat
2017-12-10 05:42:08 -08:00
parent fbf4843f31
commit 805549ba24
13 changed files with 123 additions and 123 deletions

View File

@@ -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;