Data passed to Index worker functions. More...
#include "functions.h"
Collaboration diagram for IndexFunctionData:Data Fields | |
| struct NeoMutt * | n |
| NeoMutt application data. | |
| struct IndexModuleData * | mod_data |
| Index module data. | |
| struct IndexSharedData * | shared |
| Shared Index data. | |
| struct IndexPrivateData * | priv |
| Private Index data. | |
Data passed to Index worker functions.
Definition at line 34 of file functions.h.
| struct NeoMutt* IndexFunctionData::n |
NeoMutt application data.
Definition at line 36 of file functions.h.
| struct IndexModuleData* IndexFunctionData::mod_data |
Index module data.
Definition at line 37 of file functions.h.
| struct IndexSharedData* IndexFunctionData::shared |
Shared Index data.
Definition at line 38 of file functions.h.
| struct IndexPrivateData* IndexFunctionData::priv |
Private Index data.
Definition at line 39 of file functions.h.