Fix the description of app_manager_is_running() 69/124569/1
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 12 Apr 2017 00:42:17 +0000 (09:42 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Wed, 12 Apr 2017 00:42:17 +0000 (09:42 +0900)
Change-Id: I915c35295812751a4927f40e1937cd17a5fb2cce
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
include/app_manager.h

index 97083fe..3ee3be9 100644 (file)
@@ -238,7 +238,7 @@ int app_manager_get_app_context(const char *app_id, app_context_h *app_context);
 int app_manager_get_app_id(pid_t pid, char **app_id);
 
 /**
- * @brief  Checks whether the application with the given package name is running.
+ * @brief  Checks whether the application with the given ID of the application is running.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in]   app_id   The ID of the application
  * @param[out]  running  @c true if the application is running, \n