NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HooksModuleData Struct Reference

Hooks private Module data. More...

#include "module_data.h"

+ Collaboration diagram for HooksModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct HookList hooks
 All simple hooks, e.g. CMD_FOLDER_HOOK.
 
struct HashTableidx_fmt_hooks
 All Index Format hooks.
 
int current_hook_id
 The ID of the Hook currently being executed.
 

Detailed Description

Hooks private Module data.

Definition at line 32 of file module_data.h.

Field Documentation

◆ notify

struct Notify* HooksModuleData::notify

Notifications.

Definition at line 34 of file module_data.h.

◆ hooks

struct HookList HooksModuleData::hooks

All simple hooks, e.g. CMD_FOLDER_HOOK.

Definition at line 35 of file module_data.h.

◆ idx_fmt_hooks

struct HashTable* HooksModuleData::idx_fmt_hooks

All Index Format hooks.

Definition at line 36 of file module_data.h.

◆ current_hook_id

int HooksModuleData::current_hook_id

The ID of the Hook currently being executed.

Definition at line 37 of file module_data.h.


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