X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcfg.h;h=d739b8ce4a53295acd730fdfc0f0ef279714a8ac;hb=cb2b7143c2d307a423f899e30b6b0c1dd056e5b1;hp=97fe35765d0f1ff435f41cce96cb6539a62ba0c7;hpb=12388f81cb55cca6fba194a1fc02870242dddef5;p=psensor.git diff --git a/src/cfg.h b/src/cfg.h index 97fe357..d739b8c 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -19,6 +19,8 @@ #ifndef _PSENSOR_CONFIG_H_ #define _PSENSOR_CONFIG_H_ +#include + #include "bool.h" #include "color.h" @@ -106,4 +108,7 @@ void config_set_sensor_name(const char *, const char *); bool config_is_appindicator_enabled(const char *); void config_set_appindicator_enabled(const char *, bool); +void config_slog_enabled_notify_add(GConfClientNotifyFunc cbk, void *data); +bool is_slog_enabled(); + #endif