summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSemun Lee <sm79.lee@samsung.com>2015-10-16 15:29:37 +0900
committerSemun Lee <sm79.lee@samsung.com>2015-10-16 15:29:37 +0900
commit470f3c2d88ab6d475062b9fb81a07df8e835f0d6 (patch)
tree4466ebbaa5a577920ec526bf5edab6a2055c0c58 /include
parent2f94c5b3021f1d9c28d077a97974ceee580a730e (diff)
downloadapp-core-470f3c2d88ab6d475062b9fb81a07df8e835f0d6.tar.gz
app-core-470f3c2d88ab6d475062b9fb81a07df8e835f0d6.tar.bz2
app-core-470f3c2d88ab6d475062b9fb81a07df8e835f0d6.zip
Add new api for customizing main loop
- appcore_efl_init, appcore_efl_fini are added - appcore_efl_init doesn't call elm_run() Change-Id: Ie0d9916ac7851148e81976b3709695e7bb9c5678 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/appcore-efl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/appcore-efl.h b/include/appcore-efl.h
index 794734a..e79b863 100644
--- a/include/appcore-efl.h
+++ b/include/appcore-efl.h
@@ -52,6 +52,12 @@
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