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

@ -88,7 +88,7 @@ output_sexp_stdout (Sexp&& sexp)
}
MuError
mu_cmd_server (const MuConfig *opts, GError **err) try {
Mu::mu_cmd_server (const MuConfig *opts, GError **err) try {
Store store{mu_runtime_path(MU_RUNTIME_PATH_XAPIANDB), false/*writable*/};
Server server{store, output_sexp_stdout};