mu: Update for new querying APIs

This commit is contained in:
Dirk-Jan C. Binnema
2020-11-28 10:16:43 +02:00
parent e282d80bc0
commit 01ced9a356
11 changed files with 524 additions and 561 deletions

View File

@ -35,6 +35,8 @@
#include "utils/mu-str.h"
#include "utils/mu-date.h"
using namespace Mu;
/**
* guess the last name for the given name; clearly,
* this is just a rough guess for setting an initial value.
@ -404,7 +406,7 @@ cfind_params_valid (const MuConfig *opts)
}
MuError
mu_cmd_cfind (const Mu::Store& store, const MuConfig *opts, GError **err)
Mu::mu_cmd_cfind (const Mu::Store& store, const MuConfig *opts, GError **err)
{
g_return_val_if_fail (opts, MU_ERROR_INTERNAL);
g_return_val_if_fail (opts->cmd == MU_CONFIG_CMD_CFIND,