Native API Documentation error 05/203505/1 accepted/tizen/unified/20190429.103712 submit/tizen/20190427.052642
authorSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 09:48:01 +0000 (15:18 +0530)
committerSusnata Sovalin <s.sovalin@samsung.com>
Mon, 15 Apr 2019 09:48:01 +0000 (15:18 +0530)
Change-Id: Ib651f6e1250369ac674a26d05ecabe288e09ac3e
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
include/location_bounds.h

index 8d0248f..254f715 100644 (file)
@@ -45,6 +45,7 @@ typedef struct {
 
 /**
  * @brief Enumeration for error code for Location manager.
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum {
        LOCATION_BOUNDS_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
@@ -101,6 +102,7 @@ typedef bool (*polygon_coords_cb)(location_coords_s coords, void *user_data);
  * @brief Called when the given boundary is entered or exited.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] state The boundary state
+ * @param[in] user_data The user data passed from the start function
  * @pre location_manager_start() will invoke this callback if you register this callback using location_bounds_set_state_changed_cb().
  * @see #location_boundary_state_e
  * @see location_manager_start()
@@ -170,7 +172,7 @@ int location_bounds_create_polygon(location_coords_s *coords_list, int length, l
 /**
  * @brief Checks whether the bounds contains the specified coordinates.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remark The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  * @param[in] bounds The location bounds handle
  * @param[in] coords The coordinates
  * @return @c true if the bounds contains the specified coordinates,