Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | MqConfig: Make struct definition private | Patrick McDermott | 2017-10-22 | 1 | -8/+0 |
| | |||||
* | MqConfig: Pass MqConfig object to notification callbacks | Patrick McDermott | 2017-10-06 | 1 | -5/+8 |
| | | | | And update callbacks in src/web-settings.c. | ||||
* | mq_config_get_string_list(): New function | Patrick McDermott | 2017-10-06 | 1 | -0/+3 |
| | |||||
* | mq_config_notify_*(): New functions | Patrick McDermott | 2017-10-06 | 1 | -0/+16 |
| | |||||
* | src/config.h: Define callback function pointer types | Patrick McDermott | 2017-10-06 | 1 | -0/+6 |
| | |||||
* | mq_config_get_string(), mq_config_set_string(): New functions | Patrick McDermott | 2017-10-05 | 1 | -0/+6 |
| | |||||
* | mq_config_load(): Build profile directory | Patrick McDermott | 2017-10-04 | 1 | -0/+1 |
| | | | | And save profile name in mq_config_new(). | ||||
* | src/config.h: Declare mq_config_load() and mq_config_save() | Patrick McDermott | 2017-10-04 | 1 | -0/+6 |
| | |||||
* | mq_config_get_*(), mq_config_set_*(): Free duplicated group/key strings | Patrick McDermott | 2017-10-04 | 1 | -1/+1 |
| | | | | And fix return value of mq_config_get_double(). | ||||
* | mq_config_get_*(): Define | Patrick McDermott | 2017-10-04 | 1 | -0/+9 |
| | |||||
* | src/config.[ch]: Support setting integer and double values | Patrick McDermott | 2017-10-04 | 1 | -0/+9 |
| | | | | Also declare mq_config_set() in src/config.h. | ||||
* | src/config.[ch]: Expose static function as mq_config_set_boolean() | Patrick McDermott | 2017-10-04 | 1 | -0/+6 |
| | | | | And declare mq_config_new() in src/config.h. | ||||
* | src/config.[ch]: New files | Patrick McDermott | 2017-10-04 | 1 | -0/+36 |