Add the description for app_manager_app_context_event_cb 09/193409/1
authorJunghoon Park <jh9216.park@samsung.com>
Tue, 20 Nov 2018 08:34:16 +0000 (17:34 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Tue, 20 Nov 2018 08:37:38 +0000 (17:37 +0900)
Change-Id: I08153d32bafa2477a8a6e1450aba0b67a864c224
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
include/app_manager.h

index b15514b..d7cadb0 100644 (file)
@@ -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);