Hooks private Module data. More...
#include "module_data.h"
Collaboration diagram for HooksModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct HookList | hooks |
| All simple hooks, e.g. CMD_FOLDER_HOOK. | |
| struct HashTable * | idx_fmt_hooks |
| All Index Format hooks. | |
| int | current_hook_id |
| The ID of the Hook currently being executed. | |
Hooks private Module data.
Definition at line 32 of file module_data.h.
| struct Notify* HooksModuleData::notify |
Notifications.
Definition at line 34 of file module_data.h.
| struct HookList HooksModuleData::hooks |
All simple hooks, e.g. CMD_FOLDER_HOOK.
Definition at line 35 of file module_data.h.
| struct HashTable* HooksModuleData::idx_fmt_hooks |
All Index Format hooks.
Definition at line 36 of file module_data.h.
| int HooksModuleData::current_hook_id |
The ID of the Hook currently being executed.
Definition at line 37 of file module_data.h.