From 51a4cf8f0d5817b9789533a89d7cecd2c4c4da86 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Tue, 20 Nov 2018 17:34:16 +0900 Subject: [PATCH] Add the description for app_manager_app_context_event_cb Change-Id: I08153d32bafa2477a8a6e1450aba0b67a864c224 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 b15514b..d7cadb0 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -120,6 +120,7 @@ typedef void (*app_manager_event_cb) ( * @pre This function is called when an application gets launched or terminated, after you register this callback using app_manager_set_app_context_event_cb(). * @see app_manager_set_app_context_event_cb() * @see app_manager_unset_app_context_event_cb() + * @remarks Please don't try to free the handle of app_context, because it is managed by the framework. */ typedef void (*app_manager_app_context_event_cb) (app_context_h app_context, app_context_event_e event, void *user_data); -- 2.7.4