X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fcfg.h;h=a63bcb08faf39904b50100376151bcf1c773db87;hp=b8fccd1fde76f00d01036ce6ac0dfc6ec3b7713f;hb=cddb9964bcb67249bf9426a3376c062a3d27398b;hpb=ba85e3eadb75ad8bd62d9f46f5f13c33b42cb864 diff --git a/src/cfg.h b/src/cfg.h index b8fccd1..a63bcb0 100644 --- a/src/cfg.h +++ b/src/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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();