X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=b565ecc6cdda3ebefc9885680c854daafe46afb6;hp=841de3ddb67d23b1e7c3d4c88b8651530110f5dd;hb=dcd813f21c83592155f712ff1acf450b483d8072;hpb=f055e7507526592d3a74c652f5f053701614c9c0;ds=sidebyside diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 841de3d..b565ecc 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2013 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,9 @@ #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_sensors_preferences(struct ui_psensor *); +void ui_sensorlist_update(struct ui_psensor *ui, bool complete); #endif