Definition of the Config Module. More...
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | config_config_define_types (struct NeoMutt *n, struct ConfigSet *cs) |
| Set up Config Types - Implements Module::config_define_types() | |
Variables | |
| const struct ConfigSetType | CstBool |
| Config type representing an boolean. | |
| const struct ConfigSetType | CstEnum |
| Config type representing an enumeration. | |
| const struct ConfigSetType | CstLong |
| Config type representing a long. | |
| const struct ConfigSetType | CstMbtable |
| Config type representing a multi-byte table. | |
| const struct ConfigSetType | CstMyVar |
| Config type representing a MyVar. | |
| const struct ConfigSetType | CstNumber |
| Config type representing a number. | |
| const struct ConfigSetType | CstPath |
| Config type representing a path. | |
| const struct ConfigSetType | CstQuad |
| Config type representing a quad-option. | |
| const struct ConfigSetType | CstRegex |
| Config type representing a regular expression. | |
| const struct ConfigSetType | CstSlist |
| Config type representing a list of strings. | |
| const struct ConfigSetType | CstSort |
| Config type representing a sort option. | |
| const struct ConfigSetType | CstString |
| Config type representing a string. | |
| const struct Module | ModuleConfig |
| Module for the Config library. | |
Definition of the Config 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.
Set up Config Types - Implements Module::config_define_types()
Definition at line 51 of file module.c.
Here is the call graph for this function:
|
extern |
Config type representing an boolean.
Definition at line 239 of file bool.c.
|
extern |
Config type representing an enumeration.
Definition at line 192 of file enum.c.
|
extern |
Config type representing a long.
Definition at line 258 of file long.c.
|
extern |
Config type representing a multi-byte table.
Definition at line 354 of file mbtable.c.
|
extern |
Config type representing a MyVar.
Definition at line 203 of file myvar.c.
|
extern |
Config type representing a number.
Definition at line 327 of file number.c.
|
extern |
Config type representing a path.
Definition at line 273 of file path.c.
|
extern |
Config type representing a quad-option.
Definition at line 249 of file quad.c.
|
extern |
Config type representing a regular expression.
Definition at line 345 of file regex.c.
|
extern |
Config type representing a list of strings.
Definition at line 334 of file slist.c.
|
extern |
Config type representing a sort option.
Definition at line 231 of file sort.c.
|
extern |
Config type representing a string.
Definition at line 282 of file string.c.
| const struct Module ModuleConfig |
Module for the Config library.
Definition at line 74 of file module.c.