upload tizen1.0 source
[framework/location/libslp-location.git] / location / manager / location-signaling-util.h
similarity index 87%
rename from location/location-signaling-util.h
rename to location/manager/location-signaling-util.h
index c2474bf..0ef62d5 100644 (file)
 #ifndef __LOCATION_SIGNALING_UTIL_H__
 #define __LOCATION_SIGNALING_UTIL_H__
 
-#include <location/location.h>
-#include <location/location-ielement.h>
+#include <location.h>
+#include <location-ielement.h>
 
 /**
  * @file location-signaling.h
  * @brief This file contains the signaling utils for LocationObject.
- * @addtogroup LocationInternal
- * @{
- * @}
  */
 
 G_BEGIN_DECLS
@@ -47,6 +44,9 @@ void position_signaling (LocationObject *obj, guint32 signals[LAST_SIGNAL], gboo
 
 void velocity_signaling (LocationObject* obj, guint32 signals[LAST_SIGNAL], gboolean *prev_enabled, guint interval, LocationVelocity **prev_vel, gboolean enabled, const LocationVelocity *vel, const LocationAccuracy *acc);
 
+void
+satellite_signaling(LocationObject *obj, guint32 signals[LAST_SIGNAL], gboolean *prev_enabled, guint interval, guint *sat_timestamp, LocationSatellite **pre_sat, gboolean enabled, const LocationSatellite *sat);
+
 G_END_DECLS
 
 #endif