Imported Upstream version 0.8.0.4
[psensor-pkg-debian.git] / src / ui_sensorlist.h
index 841de3d..b565ecc 100644 (file)
@@ -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
 
 #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