util: add utiliy functions for system settings and runtime info 08/59008/5
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 8 Feb 2016 10:39:15 +0000 (11:39 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 10 Feb 2016 16:48:12 +0000 (08:48 -0800)
commit82ed46930e0bc67d456feb5303e710260e3b93be
tree89fc461e76bb290306870c5f36c6bca11c6a48a0
parent913019cbd7b12b3a9c6fb036d378ef8e387986a0
util: add utiliy functions for system settings and runtime info

System settings and runtime info API allows to register only one global
callback per key. In case when multiple indicator modules wants to listen
on the same key changes API enforces some cross module dependencies.

Adding utility function for handling multiple callbacks per key solves this
issue, making module more independent of each other.

Change-Id: Ie760ab7184a6a7f5ca402e6ef1db2350b57a2de2
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
inc/util.h
src/util.c