From: Junghoon Park Date: Wed, 12 Apr 2017 00:42:17 +0000 (+0900) Subject: Fix the description of app_manager_is_running() X-Git-Tag: submit/tizen/20170418.005815~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bbb692f89d39b44f095719c9331c2329d46d300;p=platform%2Fcore%2Fapi%2Fapp-manager.git Fix the description of app_manager_is_running() Change-Id: I915c35295812751a4927f40e1937cd17a5fb2cce Signed-off-by: Junghoon Park --- diff --git a/include/app_manager.h b/include/app_manager.h index 97083fe..3ee3be9 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -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