X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fcfg.h;h=a63bcb08faf39904b50100376151bcf1c773db87;hp=9a9fce13000f7ee7fd54369a73a0edf9a6cb3eb9;hb=9cb6e128adf4afce6545344b9c2f9619e18ca866;hpb=1b39809fbf70fd176646aa2343774bdf04951ee9 diff --git a/src/cfg.h b/src/cfg.h index 9a9fce1..a63bcb0 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -25,7 +25,7 @@ #include "color.h" enum temperature_unit { - CELCIUS, + CELSIUS, FAHRENHEIT }; @@ -109,6 +109,9 @@ void config_set_sensor_name(const char *, const char *); bool config_is_appindicator_enabled(const char *); void config_set_appindicator_enabled(const char *, bool); +bool config_is_appindicator_label_enabled(const char *); +void config_set_appindicator_label_enabled(const char *, bool); + void config_slog_enabled_notify_add(GConfClientNotifyFunc cbk, void *data); bool is_slog_enabled();