Go to the source code of this file.
Functions | |
| void | girara_config_parse (girara_session_t *session, const char *path) GIRARA_VISIBLE |
| bool | girara_config_handle_add (girara_session_t *session, const char *identifier, girara_command_function_t handle) GIRARA_VISIBLE |
| bool girara_config_handle_add | ( | girara_session_t * | session, |
| const char * | identifier, | ||
| girara_command_function_t | handle ) |
Adds an additional config handler
| session | The girara session |
| identifier | Identifier of the handle |
| handle | Handle |
| void girara_config_parse | ( | girara_session_t * | session, |
| const char * | path ) |
Parses and evaluates a configuration file
| session | The used girara session |
| path | Path to the configuration file |