* mu-msg-iter: remove offset/index, cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-02 17:59:49 +03:00
parent 9531cb9cd5
commit 4c1baccc86
2 changed files with 20 additions and 49 deletions

View File

@ -107,19 +107,6 @@ MuMsg* mu_msg_iter_get_msg (MuMsgIter *iter, GError **err)
unsigned int mu_msg_iter_get_docid (MuMsgIter *iter);
/**
* get the index for this iterator (ie. somewhere between [0..n-1],
* with being the number of matches, and increasing 1 for each
* iter_next)
*
* @param iter a valid MuMsgIter
*
* @return the index or (unsigned int)-1 in case of error
*/
unsigned int mu_msg_iter_get_index (MuMsgIter *iter);
/**
* get some message field
*