summaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* MqConfig: Pass MqConfig object to notification callbacksPatrick McDermott2017-10-061-5/+8
* 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
* 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
* mq_config_get_*(): DefinePatrick McDermott2017-10-041-0/+9
* src/config.[ch]: Support setting integer and double valuesPatrick McDermott2017-10-041-0/+9
* src/config.[ch]: Expose static function as mq_config_set_boolean()Patrick McDermott2017-10-041-0/+6
* src/config.[ch]: New filesPatrick McDermott2017-10-041-0/+36