X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=4b9b7205ae191cd648159570f6a6cac09bf2f6be;hb=9dc8095432b3733157be0c01a41013e640a75f76;hp=24deb8591893caaaf22aff2d023f14623708d30a;hpb=45c8086f97097df36ba8cd0552f152be80f79b12;p=psensor.git diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 24deb85..4b9b720 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 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 @@ -23,21 +23,11 @@ #include "psensor.h" -struct ui_sensorlist { - /* The GtkTreeView widget containing the list of sensors */ - GtkTreeView *treeview; - - /* Scrolled widget containing the GtkTreeView */ - GtkWidget *widget; - - 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