lib: Update for new querying machinery

Port to c++ and use new APIs.
This commit is contained in:
Dirk-Jan C. Binnema
2020-11-28 10:15:49 +02:00
parent 95dffb98a6
commit e282d80bc0
24 changed files with 433 additions and 513 deletions

View File

@ -29,9 +29,11 @@
#include <locale.h>
#include "test-mu-common.hh"
#include "mu-msg.h"
#include "mu-msg.hh"
#include "utils/mu-str.h"
using namespace Mu;
static MuMsg*
get_msg (const char *path)