Merge branch 'master' into tizen_2.1
authorJaeho Lee <jaeho81.lee@samsung.com>
Sat, 6 Apr 2013 05:46:11 +0000 (14:46 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Sat, 6 Apr 2013 05:46:11 +0000 (14:46 +0900)
added new API

Conflicts:
packaging/app-core.spec

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/app-core.spec
src/appcore-efl.c

index 6aac880..6dec867 100644 (file)
@@ -1,7 +1,7 @@
 Name:       app-core
 Summary:    Application basic
 Version:    1.2
-Release:    44
+Release:    45
 Group:      Application Framework
 License:    Apache License, Version 2.0
 Source0:    app-core-%{version}.tar.gz
index 238b523..29f2c8a 100755 (executable)
@@ -960,3 +960,10 @@ EXPORT_API int appcore_set_system_resource_reclaiming(bool enable)
 
        return 0;
 }
+
+EXPORT_API int appcore_set_app_state(int state)
+{
+       priv.state = state;
+
+       return 0;
+}