Change LC_ALL value
[platform/core/appfw/app-core.git] / include / appcore-efl.h
old mode 100755 (executable)
new mode 100644 (file)
index a56fa25..393cf93
  * @{
  */
 
+#include <stdbool.h>
 #include <appcore-common.h>
 
 #ifdef __cplusplus
 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
@@ -60,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.
  *
@@ -119,6 +126,8 @@ int main(int argc, char *argv[])
 int appcore_efl_main(const char *name, int *argc, char ***argv,
                     struct appcore_ops *ops);
 
+int appcore_set_system_resource_reclaiming(bool enable);
+
 #ifdef __cplusplus
 }
 #endif
@@ -128,4 +137,4 @@ int appcore_efl_main(const char *name, int *argc, char ***argv,
 /**
  * @}
  */
-#endif                         /* __APPCORE_ELF_H__ */
+#endif /* __APPCORE_ELF_H__ */