X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_sensorpref.h;h=692dedc192fe4eb1525d59b45029b8818db7da0e;hp=e433f4a2f5b2faa95f030d043420a88eb1a10494;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=d6141b1d4fea0db9b115b06c668be6195ac4e5c6 diff --git a/src/ui_sensorpref.h b/src/ui_sensorpref.h index e433f4a..692dedc 100644 --- a/src/ui_sensorpref.h +++ b/src/ui_sensorpref.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 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 @@ -32,5 +32,7 @@ void ui_sensorpref_appindicator_label_toggled_cb(GtkToggleButton *, gpointer); void ui_sensorpref_color_set_cb(GtkColorButton *, gpointer); void ui_sensorpref_alarm_high_threshold_changed_cb(GtkSpinButton *, gpointer); void ui_sensorpref_alarm_low_threshold_changed_cb(GtkSpinButton *, gpointer); +void ui_sensorpref_tree_selection_changed_cb(GtkTreeSelection *, gpointer); +void ui_sensorpref_close_clicked_cb(GtkButton *, gpointer); #endif