Go to the source code of this file.
Typedefs | |
typedef UbuntuApplicationLocationServiceStatus | UALocationServiceStatus |
typedef unsigned int | UALocationServiceStatusFlags |
typedef void(* | UALocationServiceStatusChangedHandler )(UALocationServiceStatusFlags flags, void *context) |
Callback type that is invoked when the location service status changes. More... | |
typedef struct UbuntuApplicationLocationServiceController | UALocationServiceController |
Opaque type encapsulating a controller the location service. More... | |
Enumerations | |
enum | UbuntuApplicationLocationServiceStatus { UA_LOCATION_SERVICE_ENABLED = 1 << 0, UA_LOCATION_SERVICE_DISABLED = 1 << 1, UA_LOCATION_SERVICE_GPS_ENABLED = 1 << 2, UA_LOCATION_SERVICE_GPS_DISABLED = 1 << 3 } |
Location service status. More... | |
Definition at line 42 of file controller.h.
typedef unsigned int UALocationServiceStatusFlags |
Definition at line 44 of file controller.h.