* mu-index: cosmetics
This commit is contained in:
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user