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

Data passed to Index worker functions. More...

#include "functions.h"

+ Collaboration diagram for IndexFunctionData:

Data Fields

struct NeoMuttn
 NeoMutt application data.
 
struct IndexModuleDatamod_data
 Index module data.
 
struct IndexSharedDatashared
 Shared Index data.
 
struct IndexPrivateDatapriv
 Private Index data.
 

Detailed Description

Data passed to Index worker functions.

Definition at line 34 of file functions.h.

Field Documentation

◆ n

struct NeoMutt* IndexFunctionData::n

NeoMutt application data.

Definition at line 36 of file functions.h.

◆ mod_data

struct IndexModuleData* IndexFunctionData::mod_data

Index module data.

Definition at line 37 of file functions.h.

◆ shared

struct IndexSharedData* IndexFunctionData::shared

Shared Index data.

Definition at line 38 of file functions.h.

◆ priv

struct IndexPrivateData* IndexFunctionData::priv

Private Index data.

Definition at line 39 of file functions.h.


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