Sync with the private repository
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:47:25 +0000 (20:47 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:47:25 +0000 (20:47 +0900)
commit070299ba47cd7ac64c5f82b091227d04d9c258f8
tree7c602d87c052bc89e4e071ea6c538c607283c832
parent5b92bdef3efc0accb19e33c332a53e60c958f73a
Sync with the private repository

Add unhighlight event.

Add lb access status code.
for error case

Add accessibility event for script type livebox & pd
Update VERSION

API added & changed.
livebox_service_touch_effect is changed.
livebox_service_need_frame is added.
Add size_type parameter to get attribute for specified size.

Add API for getting the "need_frame" attribute
Each box can get help from viewer to draw border for box contents.
In that case, the box can set "true" for need_frame attribute.
Then the viewer will draw border for it.
To get the need_frame value, this library supports livebox_service_need_frame API.
It will returns true of false about need_frame attribute.
If it said, true, the viewer can draw some border on its contents.
or the viewer should keep its original contents.
But it is just recomendataion, if the viewer draw something on the box,
There is no way to keep it in safe ;)

Change-Id: Ib08c9e862d169e1729ff3e6f6c6ef6aea56ceb77
include/livebox-service.h
src/livebox-service.c