Initial commit, partially working
[wai] / src / loc_data.h
diff --git a/src/loc_data.h b/src/loc_data.h
new file mode 100644 (file)
index 0000000..03a24ed
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef LOC_DATA_H_
+#define LOC_DATA_H_
+#include <location/location-gps-device.h>
+#include <location/location-gpsd-control.h>
+
+void on_error(LocationGPSDControl *control, LocationGPSDControlError error, gpointer data);
+
+void on_changed(LocationGPSDevice *device, gpointer data);
+
+void on_stop(LocationGPSDControl *control, gpointer data);
+
+gboolean start_location(gpointer data);
+
+#endif /*LOC_DATA_H_*/