Icon service API is introduced. tizen_2.1 accepted/tizen/20130520.100932 submit/tizen/20130517.044820 submit/tizen_2.1/20130516.045513
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 02:13:11 +0000 (11:13 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 02:13:11 +0000 (11:13 +0900)
commit73841e54e490d5b718922726fd1fa2c7f753dacc
tree37ae6f6f58c70527800d7fe40c0573608ae8297b
parent67ab9f9a537d7e55e7824d602e0191a26a8e5b4a
Icon service API is introduced.

Patch 2
    Update the icon service reuqest codes.
    APIs are changed.

Patch 1
    Update shortcut service library.
    Icon service API is implemented.
    Default layout & group should be "" (zero length string)
    The icon provider will choose the default layout and group when it get zero length string.

Change-Id: I2d47a1dbdeb8281c20f3a352fd3bcaf4ffe10a4e
lib/CMakeLists.txt
lib/include/dlist.h [new file with mode: 0644]
lib/include/shortcut.h
lib/include/shortcut_internal.h [new file with mode: 0644]
lib/src/dlist.c [new file with mode: 0644]
lib/src/icon.c [new file with mode: 0644]
lib/src/main.c
packaging/libshortcut.spec
test/icon.c [new file with mode: 0644]