Add new api for system event handling from tizen_2.3 33/32933/2
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 30 Dec 2014 11:30:59 +0000 (20:30 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 30 Dec 2014 12:16:11 +0000 (21:16 +0900)
commit001fb68b65c4f1c6b93569723c558f687a18f68b
treedb12f14f44dcd3795012d82161907eb9da364c68
parent4383609dbe3f4b43240030d392bb1b81aef22b0f
Add new api for system event handling from tizen_2.3

Remove system event callbacks except related application lifecycle.
The system event callbacks can be registered using ui_app_add_event_handler().
Multiple system event callbacks can be registered.
The application main loop api is renamed to ui_app_main.

app_event_get_xxx provides apis for getting system event information.

Change-Id: Ib24f8bb46038fc6a4b50c2516e846cfc27e7acfd
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
CMakeLists.txt
include/app.h
include/app_private.h
packaging/capi-appfw-application.spec
src/app_device.c
src/app_event.c [new file with mode: 0755]
src/app_main.c