Change the API.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 11 Aug 2014 06:13:14 +0000 (15:13 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 11 Aug 2014 08:16:22 +0000 (17:16 +0900)
commitd607d3cac90d8619099bfd0da1e0fd3a4474871d
treef8bc660037f6bef909af3f9df9e57f124bd859f4
parent267ff66da49b90724ee4480a6284dd067ff5f7d1
Change the API.

1. Reduce the set of API.
2. Progressive Disclosure (PD) is changed to Glance Bar (GBAR).
3. DBOX_STATUS_SUCCESS is replaced with DBOX_STATUS_ERROR_NONE.
4. Remove privlevel if it doesn't required
5. Add @internal tag to all API. because this module doesn't want to be exposured to 3rd party developer
6. Change the privilege URL to tizen.org/privilege/dynamicbox.viewer
7. Add more status of return value
8. ERROR_INVALID -> ERROR_INVALID_PARAMETER,
   ERROR_MEMORY -> ERROR_OUT_OF_MEMORY
9. ERROR_IO -> ERROR_IO_ERROR
10. ERROR_PERMISSION -> ERROR_PERMISSION_DENIED
11. Replace documentation file name livebox-viewer_doc.h with dyanmicbox_viewer_doc.h

Change-Id: I75ec760a88f4a71a24f0124941260bacac0e7427
CMakeLists.txt
doc/dynamicbox_viewer_doc.h [moved from doc/livebox-viewer_doc.h with 80% similarity]
dynamicbox_viewer.pc.in [new file with mode: 0644]
include/dynamicbox.h
packaging/liblivebox-viewer.spec
src/client.c
src/dynamicbox.c
src/fb.c
src/livebox.c