NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Type: Path

Config type representing a path.

  • Backed by char *
  • Empty path is stored as NULL
  • Validator is passed char *, which may be NULL
  • Data is freed when ConfigSet is freed
  • Implementation: CstPath

Data

Data Description Links
CstPath Config type representing a path

Functions

Function Description Links
path_destroy() Destroy a Path ConfigSetType::destroy(), cfg_type_destroy
path_native_get() Get a string from a Path config item ConfigSetType::native_get(), cfg_type_native_get
path_native_set() Set a Path config item by string ConfigSetType::native_set(), cfg_type_native_set
path_reset() Reset a Path to its initial value ConfigSetType::reset(), cfg_type_reset
path_string_get() Get a Path as a string ConfigSetType::string_get(), cfg_type_string_get
path_string_set() Set a Path by string ConfigSetType::string_set(), cfg_type_string_set
path_tidy() Tidy a path for storage