Initial commit, partially working
[wai] / src / loc_data.h
1 #ifndef LOC_DATA_H_
2 #define LOC_DATA_H_
3 #include <location/location-gps-device.h>
4 #include <location/location-gpsd-control.h>
5
6 void on_error(LocationGPSDControl *control, LocationGPSDControlError error, gpointer data);
7
8 void on_changed(LocationGPSDevice *device, gpointer data);
9
10 void on_stop(LocationGPSDControl *control, gpointer data);
11
12 gboolean start_location(gpointer data);
13
14 #endif /*LOC_DATA_H_*/