~ubuntu-branches/debian/stretch/sensors-applet/stretch

« back to all changes in this revision

Viewing changes to src/omnibook-sensors-interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Morris
  • Date: 2006-03-24 16:25:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324162534-ve0y6abed8w8map7
Tags: 1.6.1-1
* New upstream release
  - use libsensors instead of reading directly from /sys (closes: #353899).
* Build-depend on libsensors-dev
* Add NEWS file describing how to upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2005 Alex Murray <murray.alex@gmail.com>
 
2
 * Copyright (C) 2005 Alex Murray <pragmatine@gmail.com>
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
22
22
#include "sensors-applet.h"
23
23
 
24
24
void omnibook_sensors_interface_init(SensorsApplet *sensors_applet);
25
 
gfloat omnibook_sensors_interface_get_sensor_value(const gchar *path, 
 
25
gdouble omnibook_sensors_interface_get_sensor_value(const gchar *path, 
26
26
                                                  const gchar *id, 
27
27
                                                  SensorType type,
28
28
                                                  GError **error);