Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MenuFuncOp Struct Reference

Mapping between a function and an operation. More...

#include "menu.h"

Data Fields

const char * name
 Name of the function.
 
int op
 Operation, e.g. OP_DELETE.
 
MenuFuncFlags flags
 Flags, e.g. MFF_DEPRECATED.
 

Detailed Description

Mapping between a function and an operation.

Definition at line 38 of file menu.h.

Field Documentation

◆ name

const char* MenuFuncOp::name

Name of the function.

Definition at line 40 of file menu.h.

◆ op

int MenuFuncOp::op

Operation, e.g. OP_DELETE.

Definition at line 41 of file menu.h.

◆ flags

MenuFuncFlags MenuFuncOp::flags

Flags, e.g. MFF_DEPRECATED.

Definition at line 42 of file menu.h.


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