* mu-index: use option group for options, add public function

This commit is contained in:
Dirk-Jan C. Binnema
2009-11-26 20:28:29 +02:00
parent 5affb62d7d
commit 836af9dcd4
2 changed files with 45 additions and 0 deletions

View File

@ -142,4 +142,12 @@ MuResult mu_index_cleanup (MuIndex *index, MuIndexStats *result,
MuIndexMsgCallback msg_cb, MuIndexDirCallback dir_cb,
void *user_data);
/**
* get the option group for 'index'
*
* @return an option group
*/
GOptionGroup* mu_index_option_group (void);
#endif /*__MU_INDEX_H__*/