Add the descriptions about missing return values 99/71299/3
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 25 May 2016 03:02:11 +0000 (12:02 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 27 May 2016 06:19:14 +0000 (15:19 +0900)
Change-Id: Ica2a2fb1648e98e68c2d8de270bd99899ba27ba4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_manager.h

index 6d2c958..9ff520f 100644 (file)
@@ -157,6 +157,7 @@ typedef bool (*app_manager_app_info_cb) (app_info_h app_info, void *user_data);
  * @retval  #APP_MANAGER_ERROR_NONE               Successful
  * @retval  #APP_MANAGER_ERROR_INVALID_PARAMETER  Invalid parameter
  * @retval  #APP_MANAGER_ERROR_OUT_OF_MEMORY      Out of memory
+ * @retval  #APP_MANAGER_ERROR_IO_ERROR           Internal I/O error
  * @post It will invoke app_manager_app_context_event_cb() when the application is launched or terminated.
  * @see app_manager_unset_app_context_event_cb()
  * @see app_manager_app_context_event_cb()
@@ -179,6 +180,7 @@ void app_manager_unset_app_context_event_cb(void);
  *              otherwise a negative error value
  * @retval  #APP_MANAGER_ERROR_NONE               Successful
  * @retval  #APP_MANAGER_ERROR_INVALID_PARAMETER  Invalid parameter
+ * @retval  #APP_MANAGER_ERROR_IO_ERROR           Internal I/O error
  * @post   This function invokes app_manager_app_context_cb() for each application context.
  * @see app_manager_app_context_cb()
  */
@@ -196,6 +198,7 @@ int app_manager_foreach_app_context(app_manager_app_context_cb callback, void *u
  *              otherwise a negative error value
  * @retval  #APP_MANAGER_ERROR_NONE               Successful
  * @retval  #APP_MANAGER_ERROR_INVALID_PARAMETER  Invalid parameter
+ * @retval  #APP_MANAGER_ERROR_IO_ERROR           Internal I/O error
  * @post   This function invokes app_manager_app_context_cb() for each application context.
  * @see app_manager_app_context_cb()
  */