|
girara
|
#include "types.h"

Go to the source code of this file.
Functions | |
| void | girara_config_parse (girara_session_t *session, const char *path) |
| bool | girara_config_handle_add (girara_session_t *session, const char *identifier, girara_command_function_t handle) |
| 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 |
1.8.13