From 6a6b68d975ddb2aa13e6cc14f4d2e9a3250fa1b5 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Tue, 27 Sep 2016 12:22:06 +0900 Subject: [PATCH] Add the description for API Change-Id: Ie611a0a78f21da5020b052726a2c1f52ddedd7b7 Signed-off-by: Junghoon Park --- include/app_manager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/app_manager.h b/include/app_manager.h index 2ffad50..c5b566c 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -183,6 +183,7 @@ void app_manager_unset_app_context_event_cb(void); * @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() + * @remarks In case of ui applications, sub apps in application groups will not be shown. */ int app_manager_foreach_app_context(app_manager_app_context_cb callback, void *user_data); -- 2.34.1