NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MenuFuncOp Struct Reference

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

#include "lib.h"

Data Fields

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

Detailed Description

Mapping between a function and an operation.

Definition at line 100 of file lib.h.

Field Documentation

◆ name

const char* MenuFuncOp::name

Name of the function.

Definition at line 102 of file lib.h.

◆ op

int MenuFuncOp::op

Operation, e.g. OP_DELETE.

Definition at line 103 of file lib.h.


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