summaryrefslogtreecommitdiffstats
path: root/sensors/accelerometer.vala
diff options
context:
space:
mode:
Diffstat (limited to 'sensors/accelerometer.vala')
-rw-r--r--sensors/accelerometer.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensors/accelerometer.vala b/sensors/accelerometer.vala
index 27b47f0..d9563f9 100644
--- a/sensors/accelerometer.vala
+++ b/sensors/accelerometer.vala
@@ -14,5 +14,6 @@
*/
public interface Accelerometer : Device {
+ public abstract void init(KeyFile cfg) throws Error;
public abstract void get_data(out uint16 x, out uint16 y, out uint16 z) throws Error;
}