NeoMutt  2024-04-16-36-g75b6fb
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 70 of file subset.h.

Field Documentation

◆ sub

const struct ConfigSubset* EventConfig::sub

Config Subset.

Definition at line 72 of file subset.h.

◆ name

const char* EventConfig::name

Name of config item that changed.

Definition at line 73 of file subset.h.

◆ he

struct HashElem* EventConfig::he

Config item that changed.

Definition at line 74 of file subset.h.


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