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

@ -41,6 +41,8 @@
#define COL(C) ((color)?C:"")
using namespace Mu;
static void
print_script (const char *name, const char *oneline, const char *descr,
gboolean color, gboolean verbose)
@ -163,7 +165,7 @@ check_params (const MuConfig *opts, GError **err)
MuError
mu_cmd_script (const MuConfig *opts, GError **err)
Mu::mu_cmd_script (const MuConfig *opts, GError **err)
{
MuScriptInfo *msi;
GSList *scripts;