diff options
Diffstat (limited to 'sensors-applet/sensors-applet-plugins.h')
-rw-r--r-- | sensors-applet/sensors-applet-plugins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors-applet/sensors-applet-plugins.h b/sensors-applet/sensors-applet-plugins.h index a77d0b2..14fd110 100644 --- a/sensors-applet/sensors-applet-plugins.h +++ b/sensors-applet/sensors-applet-plugins.h @@ -23,8 +23,8 @@ typedef const gchar *(*SensorsAppletPluginName)(void); typedef GList *(*SensorsAppletPluginInit)(void); -typedef gdouble (*SensorsAppletPluginGetSensorValue)(const gchar *path, - const gchar *id, +typedef gdouble (*SensorsAppletPluginGetSensorValue)(const gchar *path, + const gchar *id, SensorType type, GError **error); |