Sync process pool feature with tizen 2.4
[platform/core/appfw/app-core.git] / include / appcore-efl.h
old mode 100755 (executable)
new mode 100644 (file)
index 794734a..f3ab3b6
 extern "C" {
 #endif
 
+int appcore_efl_init(const char *name, int *argc, char ***argv,
+                    struct appcore_ops *ops);
+
+void appcore_efl_fini(void);
+
+
 /**
  * @par Description:
  * This is a main function for EFL application on SLP platform. \n
@@ -61,7 +67,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 +164,8 @@ int _create(void *data)
  */
 int appcore_set_system_resource_reclaiming(bool enable);
 
+int appcore_set_preinit_window_name(const char *win_name);
+
 #ifdef __cplusplus
 }
 #endif
@@ -167,4 +175,4 @@ int appcore_set_system_resource_reclaiming(bool enable);
 /**
  * @}
  */
-#endif                         /* __APPCORE_ELF_H__ */
+#endif /* __APPCORE_ELF_H__ */