projects
/
platform
/
core
/
api
/
app-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda7f99
)
Fix the description of app_manager_is_running()
72/124572/2
author
Junghoon Park
<jh9216.park@samsung.com>
Wed, 12 Apr 2017 00:42:17 +0000
(09:42 +0900)
committer
Junghoon Park
<jh9216.park@samsung.com>
Mon, 17 Apr 2017 01:05:12 +0000
(18:05 -0700)
Change-Id: I915c35295812751a4927f40e1937cd17a5fb2cce
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
(cherry picked from commit
8bbb692f89d39b44f095719c9331c2329d46d300
)
include/app_manager.h
patch
|
blob
|
history
diff --git
a/include/app_manager.h
b/include/app_manager.h
index c5b566cb2fe535c99c253d43624be544d083f841..6d2320c71841da7546481266adc3aac30399b31c 100644
(file)
--- 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