Data passed to Compose worker functions. More...
#include "functions.h"
Collaboration diagram for ComposeFunctionData:Data Fields | |
| struct NeoMutt * | n |
| NeoMutt application data. | |
| struct ComposeModuleData * | mod_data |
| Compose module data. | |
| struct ComposeSharedData * | shared |
| Shared Compose data. | |
Data passed to Compose worker functions.
Definition at line 32 of file functions.h.
| struct NeoMutt* ComposeFunctionData::n |
NeoMutt application data.
Definition at line 34 of file functions.h.
| struct ComposeModuleData* ComposeFunctionData::mod_data |
Compose module data.
Definition at line 35 of file functions.h.
| struct ComposeSharedData* ComposeFunctionData::shared |
Shared Compose data.
Definition at line 36 of file functions.h.