* mu-index: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-26 15:52:42 +03:00
parent 6cb61593ad
commit 3fa552a81e
2 changed files with 15 additions and 18 deletions

View File

@ -78,7 +78,6 @@ mu_index_destroy (MuIndex *index)
} }
struct _MuIndexCallbackData { struct _MuIndexCallbackData {
MuIndexMsgCallback _idx_msg_cb; MuIndexMsgCallback _idx_msg_cb;
MuIndexDirCallback _idx_dir_cb; MuIndexDirCallback _idx_dir_cb;

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **
** This program is free software; you can redistribute it and/or modify ** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by ** it under the terms of the GNU General Public License as published by
@ -38,11 +38,10 @@ struct _MuIndexStats {
typedef struct _MuIndexStats MuIndexStats; typedef struct _MuIndexStats MuIndexStats;
/** /**
* create a new MuIndex instance. NOTE(1): the database does not * create a new MuIndex instance. NOTE(1): the database does not have
* have to exist yet, but the directory already has to exist; * to exist yet, but the directory must already exist; NOTE(2): before
* NOTE(2): before doing anything with the returned Index object, * doing anything with the returned Index object, make sure you haved
* make sure you haved called g_type_init, and mu_msg_init somewhere * called g_type_init, and mu_msg_init somewhere in your code.
* in your code.
* *
* @param xpath path to the 'homedir'; the xapian directory will be * @param xpath path to the 'homedir'; the xapian directory will be
* this homedir/xapian * this homedir/xapian
@ -60,7 +59,6 @@ MuIndex* mu_index_new (const char* muhome);
void mu_index_destroy (MuIndex *index); void mu_index_destroy (MuIndex *index);
/** /**
* callback function for mu_index_(run|stats|cleanup), for each message * callback function for mu_index_(run|stats|cleanup), for each message
* *