X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=953bbcd61324d3c47a8eb6d68f95b221d6944e99;hb=7264bd6090d2daa896959ed7ca86ea63365b9a90;hp=221f5884329d319d3133b3ac80f040fb0e01cb61;hpb=b6211b9c17d3c35702adcbb69d9c5884cb85f028;p=psensor.git diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 221f588..953bbcd 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 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 @@ -23,18 +23,11 @@ #include "psensor.h" -struct ui_sensorlist { - /* The GtkTreeView widget containing the list of sensors */ - GtkTreeView *treeview; - - struct psensor **sensors; -}; - void ui_sensorlist_create(struct ui_psensor *); /* Update values current/min/max */ -void ui_sensorlist_update(struct ui_psensor *ui); +void ui_sensorlist_update(struct ui_psensor *ui, bool complete); -void ui_sensorlist_update_sensors_preferences(struct ui_psensor *); +void ui_sensorlist_cb_graph_toggled(GtkCellRendererToggle *, gchar *, gpointer); #endif