#include "module_api.h"
Data Fields | |
| enum ModuleId | mid |
| Module Id. | |
| const char * | name |
| Name of the library module. | |
| bool(* | init )(struct NeoMutt *n) |
| bool(* | config_define_types )(struct NeoMutt *n, struct ConfigSet *cs) |
| bool(* | config_define_variables )(struct NeoMutt *n, struct ConfigSet *cs) |
| bool(* | commands_register )(struct NeoMutt *n, struct CommandArray *ca) |
| bool(* | gui_init )(struct NeoMutt *n) |
| void(* | gui_cleanup )(struct NeoMutt *n) |
| bool(* | cleanup )(struct NeoMutt *n) |
Definition at line 101 of file module_api.h.
| enum ModuleId Module::mid |
Module Id.
Definition at line 103 of file module_api.h.
| const char* Module::name |
Name of the library module.
Definition at line 104 of file module_api.h.
| bool(* Module::init) (struct NeoMutt *n) |
Definition at line 113 of file module_api.h.
Definition at line 125 of file module_api.h.
Definition at line 137 of file module_api.h.
| bool(* Module::commands_register) (struct NeoMutt *n, struct CommandArray *ca) |
Definition at line 149 of file module_api.h.
| bool(* Module::gui_init) (struct NeoMutt *n) |
Definition at line 158 of file module_api.h.
| void(* Module::gui_cleanup) (struct NeoMutt *n) |
Definition at line 168 of file module_api.h.
| bool(* Module::cleanup) (struct NeoMutt *n) |
Definition at line 177 of file module_api.h.