appcore-widget : initial commit 63/40863/2 accepted/tizen/mobile/20150611.064405 submit/tizen/20150611.004031 submit/tizen_mobile/20150611.052908
authorJiwoong Im <jiwoong.im@samsung.com>
Wed, 10 Jun 2015 02:39:55 +0000 (11:39 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Wed, 10 Jun 2015 03:57:27 +0000 (12:57 +0900)
commit7208f7bd77757c8a8313c7da01daf98b87bd3c9c
tree1ea3124a616863d20993b1da5ce8ef4ea5525a3c
parentb61e6be26c31f3bc95f132d1a87ef05a10579585
appcore-widget : initial commit

The capi-appcore-widget provides functions for handling Tizen widget
application state changes or system events.
Tizen widget application can be shown in the home screen.
This APIs support making multiple widget instances per an application.

This API provides interfaces for the following categories:
- Starting or exiting the main event loop
- Registering callbacks for application state change events
- Registering callbacks for basic system events
- Registering callbacks for instance state change events

Change-Id: I9400f117c5c4c1e2efb0214caf41798691c308cb
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
17 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
appcore-widget.manifest [new file with mode: 0644]
capi-appfw-widget-application.pc [new file with mode: 0644]
doc/appcore-widget_doc.h [new file with mode: 0755]
doc/images/widget_app_lifecycle.png [new file with mode: 0755]
doc/images/widget_obj_lifecycle.png [new file with mode: 0755]
include/widget_app.h [new file with mode: 0755]
include/widget_app_efl.h [new file with mode: 0644]
include/widget_app_internal.h [new file with mode: 0644]
packaging/appcore-widget.spec [new file with mode: 0644]
src/widget-i18n.c [new file with mode: 0755]
src/widget-log.h [new file with mode: 0755]
src/widget-private.h [new file with mode: 0644]
src/widget_app.c [new file with mode: 0755]
src/widget_error.c [new file with mode: 0755]