Use GList instead of custom linked list 85/49085/3 accepted/tizen/mobile/20151027.055534 accepted/tizen/tv/20151027.055540 accepted/tizen/wearable/20151027.055548 submit/tizen/20151027.011246
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 6 Oct 2015 08:24:32 +0000 (17:24 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 15 Oct 2015 09:46:07 +0000 (02:46 -0700)
commit230ad3cc606eb6ba1d232e2bb11b217255eedcd7
treea9db8d76e819a368c00dd653863ad978d85b7fc1
parent3065e0d2f7698d3e2608112ce1aae94512df87d3
Use GList instead of custom linked list

- use GList instead of custom linked list (sync with 2.4)
- remove unused structures:
 registry_x, database_x, layout_x, deviceprofie_x, daemon_x, theme_x,
 font_x, ime_x
- some attributes have just one value(e.g. privilege), so they can be
represented as 'char *' type instead of structure type

Change-Id: If0ba39724664da11ca3f60a48ab535bc936e2397
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/pkgmgrinfo_basic.h
parser/pkgmgr-parser.pc.in
parser/pkgmgr_parser.c
parser/pkgmgr_parser_db.c
src/pkgmgrinfo_appinfo.c
src/pkgmgrinfo_basic.c
src/pkgmgrinfo_pkginfo.c