Update header files 04/175004/1
authormk5004.lee <mk5004.lee@samsung.com>
Fri, 6 Apr 2018 01:50:57 +0000 (10:50 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Fri, 6 Apr 2018 01:50:57 +0000 (10:50 +0900)
Change-Id: Ie07e7a08b9dc4c1d84abe7b0ff12eb108061f3dc
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
include/badge.h
include/badge_error.h

index b7b7f65..225c12a 100755 (executable)
@@ -155,7 +155,7 @@ int badge_remove(const char *app_id);
  * @retval #BADGE_ERROR_SERVICE_NOT_READY Service is not ready
  * @retval #BADGE_ERROR_NOT_SUPPORTED Not supported
  * @see #badge_error_e
- * @see badge_new()
+ * @see badge_add()
  * @par Sample code:
  * @code
 #include <badge.h>
@@ -190,7 +190,7 @@ int badge_set_count(const char *app_id, unsigned int count);
  * @retval #BADGE_ERROR_SERVICE_NOT_READY Service is not ready
  * @retval #BADGE_ERROR_NOT_SUPPORTED Not supported
  * @see #badge_error_e
- * @see badge_new()
+ * @see badge_add()
  * @see badge_set_count()
  * @par Sample code:
  * @code
@@ -227,7 +227,7 @@ int badge_get_count(const char *app_id, unsigned int *count);
  * @retval #BADGE_ERROR_SERVICE_NOT_READY Service is not ready
  * @retval #BADGE_ERROR_NOT_SUPPORTED Not supported
  * @see #badge_error_e
- * @see badge_new()
+ * @see badge_add()
  * @par Sample code:
  * @code
 #include <badge.h>
@@ -262,7 +262,7 @@ int badge_set_display(const char *app_id, unsigned int is_display);
  * @retval #BADGE_ERROR_SERVICE_NOT_READY Service is not ready
  * @retval #BADGE_ERROR_NOT_SUPPORTED Not supported
  * @see #badge_error_e
- * @see badge_new()
+ * @see badge_add()
  * @see badge_set_count()
  * @par Sample code:
  * @code
@@ -357,7 +357,7 @@ typedef void (*badge_change_cb)(unsigned int action, const char *app_id,
  * @retval #BADGE_ERROR_SERVICE_NOT_READY Service is not ready
  * @retval #BADGE_ERROR_NOT_SUPPORTED Not supported
  * @see #badge_error_e
- * @see badge_new()
+ * @see badge_add()
  * @see badge_remove()
  * @see badge_set_count()
  */
index c1dac61..feeb567 100755 (executable)
@@ -36,7 +36,8 @@ extern "C" {
  */
 
 /**
- * @brief Enumeration for Badge Error
+ * @brief Enumeration for Badge Error.
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum _badge_error_e {
        BADGE_ERROR_NONE = TIZEN_ERROR_NONE,                    /**< Success */