X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcfg.h;h=728ed518f33d4521718ffa990eb03e43bd315fc7;hb=77fbc451078b7c4bf9cd4884814f0f087e87dd77;hp=ed779766f1ee6ad32671aa5476629a986cce774c;hpb=82d6cd427538eab87c74a3296d12cb712dd6c390;p=psensor.git diff --git a/src/cfg.h b/src/cfg.h index ed77976..728ed51 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 @@ -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(); @@ -116,4 +119,7 @@ int config_get_slog_interval(); int config_get_sensor_position(const char *); void config_set_sensor_position(const char *, int); + +char *config_get_notif_script(); +void config_set_notif_script(const char *); #endif