* rename MuMsgXapian => MuMsgIterXapian

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-23 23:34:27 +02:00
parent a4720547de
commit 9967751b1d
8 changed files with 377 additions and 363 deletions

View File

@ -21,7 +21,7 @@
#define __MU_QUERY_XAPIAN_H__
#include <glib.h>
#include "mu-msg-xapian.h"
#include "mu-msg-iter-xapian.h"
G_BEGIN_DECLS
/*
@ -68,13 +68,14 @@ char* mu_query_xapian_version (MuQueryXapian *store);
* @param self a valid MuQueryXapian instance
* @param expr the search expression
*
* @return a MuMsgXapian instance you can iterate over, or NULL in
* @return a MuMsgIterXapian instance you can iterate over, or NULL in
* case of error
*/
MuMsgXapian* mu_query_xapian_run (MuQueryXapian *self,
const char* expr,
const MuMsgField* sortfield,
gboolean ascending) G_GNUC_WARN_UNUSED_RESULT;
MuMsgIterXapian* mu_query_xapian_run (MuQueryXapian *self,
const char* expr,
const MuMsgField* sortfield,
gboolean ascending)
G_GNUC_WARN_UNUSED_RESULT;
/**
* create a xapian query from list of expressions; for the syntax,