Add missing retval for noti-ex manager, reporter api 36/236136/1
authormk5004.lee <mk5004.lee@samsung.com>
Mon, 15 Jun 2020 07:14:46 +0000 (16:14 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Mon, 15 Jun 2020 07:14:46 +0000 (16:14 +0900)
Change-Id: I0858e554f67989801717938b438b2624e759b722
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
notification-ex/api/notification_ex_manager.h
notification-ex/api/notification_ex_reporter.h

index 606e75c..78cb988 100644 (file)
@@ -156,6 +156,7 @@ typedef struct {
  * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #NOTI_EX_ERROR_OUT_OF_MEMORY Out of memory
+ * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_manager_h
  * @see #noti_ex_manager_events_s
  * @see #NOTI_EX_RECEIVER_GROUP_TICKER
index 908d653..7feee42 100644 (file)
@@ -104,6 +104,7 @@ typedef struct {
  * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #NOTI_EX_ERROR_OUT_OF_MEMORY Out of memory
+ * @retval #NOTI_EX_ERROR_IO_ERROR IO error
  * @see #noti_ex_item_h
  * @see #noti_ex_reporter_events_s
  * @see noti_ex_reporter_destroy()