X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fappcore_efl_base.h;h=2fe542a237656cd70e22f683d98f064e0bca226f;hb=405df4d125b5bbcf123044f8f59b67c3bab9e7e2;hp=d902130c2263ad8d48a11b0d1c9709b8b217294d;hpb=4151db4b300660e594e505be39bba9c3d4e63ac1;p=platform%2Fcore%2Fappfw%2Fapp-core.git diff --git a/include/appcore_efl_base.h b/include/appcore_efl_base.h index d902130..2fe542a 100644 --- a/include/appcore_efl_base.h +++ b/include/appcore_efl_base.h @@ -36,6 +36,7 @@ enum appcore_efl_base_hint { APPCORE_EFL_BASE_HINT_HW_ACC_CONTROL = APPCORE_UI_BASE_HINT_HW_ACC_CONTROL, APPCORE_EFL_BASE_HINT_WINDOW_AUTO_CONTROL = APPCORE_UI_BASE_HINT_WINDOW_AUTO_CONTROL, APPCORE_EFL_BASE_HINT_LEGACY_CONTROL = APPCORE_UI_BASE_HINT_LEGACY_CONTROL, + APPCORE_EFL_BASE_HINT_WINDOW_ID_CONTROL = APPCORE_UI_BASE_HINT_WINDOW_ID_CONTROL, }; int appcore_efl_base_on_receive(aul_type type, bundle *b); @@ -44,10 +45,13 @@ int appcore_efl_base_on_terminate(void); int appcore_efl_base_on_pause(void); int appcore_efl_base_on_resume(void); int appcore_efl_base_on_control(bundle *b); +int appcore_efl_base_on_trim_memory(void); void appcore_efl_base_window_on_show(int type, void *event); void appcore_efl_base_window_on_hide(int type, void *event); void appcore_efl_base_window_on_lower(int type, void *event); void appcore_efl_base_window_on_visibility(int type, void *event); +void appcore_efl_base_window_on_pre_visibility(int type, void *event); +void appcore_efl_base_window_on_aux_message(int type, void *event); int appcore_efl_base_init(appcore_efl_base_ops ops, int argc, char **argv, void *data, unsigned int hint); void appcore_efl_base_fini(void);