Add appcore event
[platform/core/appfw/app-core.git] / include / appcore-internal.h
index 7bd3db8..a645a69 100644 (file)
@@ -117,6 +117,7 @@ enum app_event {
        AE_RESET,
        AE_LOWMEM_POST,
        AE_MEM_FLUSH,
+       AE_UPDATE_REQUESTED,
        AE_MAX
 };
 
@@ -130,6 +131,7 @@ enum sys_event {
        SE_LANGCHG,
        SE_REGIONCHG,
        SE_SUSPENDED_STATE,
+       SE_UPDATE_REQUESTED,
        SE_MAX
 };
 
@@ -194,9 +196,6 @@ unsigned int appcore_get_main_window(void);
 unsigned int appcore_get_main_surface(void);
 #endif
 void appcore_get_app_core(struct appcore **ac);
-#ifdef _APPFW_FEATURE_BACKGROUND_MANAGEMENT
-int _appcore_init_suspend_dbus_handler(void *data);
-#endif
 
 #define ENV_START "APP_START_TIME"