added new API
authorJaeho Lee <jaeho81.lee@samsung.com>
Sat, 6 Apr 2013 04:26:07 +0000 (13:26 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Sat, 6 Apr 2013 04:26:07 +0000 (13:26 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/app-core.spec
src/appcore-efl.c

index 7b2a910..8e48942 100644 (file)
@@ -1,7 +1,7 @@
 Name:       app-core
 Summary:    Application basic
 Version:    1.2
-Release:    41
+Release:    42
 Group:      Application Framework
 License:    Apache License, Version 2.0
 Source0:    app-core-%{version}.tar.gz
index 4ab2360..27ecd94 100755 (executable)
@@ -950,3 +950,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;
+}