Definition of the Expando Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "module_data.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | expando_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | expando_config_define_types (struct NeoMutt *n, struct ConfigSet *cs) |
| Set up Config Types - Implements Module::config_define_types() | |
| static bool | expando_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| const struct ConfigSetType | CstExpando |
| Config type representing an Expando. | |
| const struct Module | ModuleExpando |
| Module for the Expando library. | |
Definition of the Expando Module.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file module.c.
|
static |
Initialise a Module - Implements Module::init()
Definition at line 42 of file module.c.
Set up Config Types - Implements Module::config_define_types()
Definition at line 53 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 61 of file module.c.
|
extern |
Config type representing an Expando.
Definition at line 339 of file config_type.c.
| const struct Module ModuleExpando |
Module for the Expando library.
Definition at line 73 of file module.c.