NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EventConfig Struct Reference

A config-change event. More...

#include "subset.h"

Collaboration diagram for EventConfig:

Data Fields

const struct ConfigSubsetsub
 Config Subset.
const char * name
 Name of config item that changed.
struct HashElemhe
 Config item that changed.

Detailed Description

A config-change event.

Definition at line 69 of file subset.h.

Field Documentation

◆ sub

const struct ConfigSubset* EventConfig::sub

Config Subset.

Definition at line 71 of file subset.h.

◆ name

const char* EventConfig::name

Name of config item that changed.

Definition at line 72 of file subset.h.

◆ he

struct HashElem* EventConfig::he

Config item that changed.

Definition at line 73 of file subset.h.


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