tizen 2.3 release
[framework/appfw/app-core.git] / include / appcore-efl.h
index 794734a..9ffd34b 100755 (executable)
@@ -61,7 +61,7 @@ extern "C" {
  * To develop an application using EFL on this platform.
  *
  * @par Method of function operation:
- * Initialize the EFL, internationalization, and notifications 
+ * Initialize the EFL, internationalization, and notifications
  * for receiving system events such as rotation, low battery, etc.\n
  * And, start an ecore mainloop.
  *
@@ -158,6 +158,14 @@ int _create(void *data)
  */
 int appcore_set_system_resource_reclaiming(bool enable);
 
+int appcore_efl_goto_pause();
+
+int appcore_set_prelaunching(bool value);
+
+#ifdef _APPFW_FEATURE_PROCESS_POOL
+int appcore_set_preinit_window_name(const char* win_name);
+#endif
+
 #ifdef __cplusplus
 }
 #endif