* refactoring, cleanup of the configuration / command system

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-02 14:44:26 +02:00
parent 1bfdc73547
commit b1a9cf8450
10 changed files with 470 additions and 518 deletions

View File

@ -24,8 +24,6 @@
#include "mu-msg-xapian.h"
G_BEGIN_DECLS
/*
* MuQueryXapian
*/
@ -79,7 +77,7 @@ MuMsgXapian* mu_query_xapian_run (MuQueryXapian *self,
* @return a string with the combined xapian expression or NULL in
* case of error; free with g_free when it's no longer needed
*/
char* mu_query_xapian_combine (gchar **params, gboolean connect_or);
char* mu_query_xapian_combine (const gchar **params, gboolean connect_or);
/**
* get a string representation of the Xapian search query