From: Junghoon Park Date: Tue, 20 Nov 2018 08:34:16 +0000 (+0900) Subject: Add the description for app_manager_app_context_event_cb X-Git-Tag: submit/tizen/20190418.040754~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F193409%2F1;p=platform%2Fcore%2Fapi%2Fapp-manager.git Add the description for app_manager_app_context_event_cb Change-Id: I08153d32bafa2477a8a6e1450aba0b67a864c224 Signed-off-by: Junghoon Park --- 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);