Fix wrong description 46/210246/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Jul 2019 07:06:06 +0000 (16:06 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Jul 2019 07:06:06 +0000 (16:06 +0900)
Change-Id: I9ca78c8e5824c294006d2b211f8c56bda1062e6d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_manager_extension.h

index c4573ea..8e5279e 100644 (file)
@@ -99,7 +99,7 @@ int app_manager_set_splash_screen_display(const char *app_id, bool display);
  * @retval     #APP_MANAGER_ERROR_INVALID_PARAMETER    Invalid parameter
  * @retval     #APP_MANAGER_ERROR_IO_ERROR             Internal I/O error
  * @retval      #APP_MANAGER_ERROR_OUT_OF_MEMORY        Out of memory
- * @post It will invoke app_manager_app_context_event_cb() when the application is launched or terminated.
+ * @post It will invoke app_manager_app_context_status_cb() when the application is launched or terminated.
  * @see app_manager_app_context_status_cb()
  */
 int app_manager_set_app_context_status_cb(app_manager_app_context_status_cb callback, const char *appid, void *user_data);