NeoMutt  2025-12-11-769-g906513
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ComposeFunctionData Struct Reference

Data passed to Compose worker functions. More...

#include "functions.h"

+ Collaboration diagram for ComposeFunctionData:

Data Fields

struct NeoMuttn
 NeoMutt application data.
 
struct ComposeModuleDatamod_data
 Compose module data.
 
struct ComposeSharedDatashared
 Shared Compose data.
 

Detailed Description

Data passed to Compose worker functions.

Definition at line 32 of file functions.h.

Field Documentation

◆ n

struct NeoMutt* ComposeFunctionData::n

NeoMutt application data.

Definition at line 34 of file functions.h.

◆ mod_data

struct ComposeModuleData* ComposeFunctionData::mod_data

Compose module data.

Definition at line 35 of file functions.h.

◆ shared

struct ComposeSharedData* ComposeFunctionData::shared

Shared Compose data.

Definition at line 36 of file functions.h.


The documentation for this struct was generated from the following file: