Release Tizen2.0 beta
[framework/location/libslp-location.git] / location / manager / location-cps.h
index 8e12a36..b628181 100644 (file)
@@ -49,6 +49,12 @@ struct _LocationCps
 struct _LocationCpsClass
 {
        GObjectClass parent_class;
+
+       void (* enabled) (guint type);
+       void (* disabled) (guint type);
+       void (* updated) (guint type, gpointer data);
+       void (* zone_in) (guint type, gpointer position, gpointer boundary);
+       void (* zone_out) (guint type, gpointer position, gpointer boundary);
 };
 
 GType location_cps_get_type (void);