summaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Collapse)AuthorAgeFilesLines
* MqConfig: Pass MqConfig object to notification callbacksPatrick McDermott2017-10-061-5/+8
| | | | And update callbacks in src/web-settings.c.
* mq_config_get_string_list(): New functionPatrick McDermott2017-10-061-0/+3
|
* mq_config_notify_*(): New functionsPatrick McDermott2017-10-061-0/+16
|
* src/config.h: Define callback function pointer typesPatrick McDermott2017-10-061-0/+6
|
* mq_config_get_string(), mq_config_set_string(): New functionsPatrick McDermott2017-10-051-0/+6
|
* mq_config_load(): Build profile directoryPatrick McDermott2017-10-041-0/+1
| | | | And save profile name in mq_config_new().
* src/config.h: Declare mq_config_load() and mq_config_save()Patrick McDermott2017-10-041-0/+6
|
* mq_config_get_*(), mq_config_set_*(): Free duplicated group/key stringsPatrick McDermott2017-10-041-1/+1
| | | | And fix return value of mq_config_get_double().
* mq_config_get_*(): DefinePatrick McDermott2017-10-041-0/+9
|
* src/config.[ch]: Support setting integer and double valuesPatrick McDermott2017-10-041-0/+9
| | | | Also declare mq_config_set() in src/config.h.
* src/config.[ch]: Expose static function as mq_config_set_boolean()Patrick McDermott2017-10-041-0/+6
| | | | And declare mq_config_new() in src/config.h.
* src/config.[ch]: New filesPatrick McDermott2017-10-041-0/+36