Skip to content

Rename a common config type and function

Lyndon Brown requested to merge jnqnfe/vlc:cfgitem into master
  • module_config_t -> module_config_item_t
  • config_FindConfig() -> vlc_config_FindItem()

Improving code readability in terms of clarifying that these involve a single config item, not an entire config set.

Took the opportunity to add the vlc_ prefix in the latter case.

Merge request reports