Fix the bug of trigger_update & set_period API.
authorSung-jae Park <nicesj.park@samsung.com>
Sat, 16 Mar 2013 04:08:05 +0000 (04:08 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Sat, 16 Mar 2013 04:08:05 +0000 (04:08 +0000)
commit933aa51def66a577894bf210cff21378f9d2a43a
tree7d16adf716fb6658ef8b1b355e192091a30be6b7
parente3267e0cbb2079752792f46086342eccccb0239f
Fix the bug of trigger_update & set_period API.

It requires URI based Id.
But the inhouse livebox only knows filename (without File schema).
So the API will check the schema of each Id.
and if it has no schema, prepend "file://" schema.

Change-Id: Id374a66f236e365837aa1068f20f5dd3f52ceb86
include/util.h
packaging/liblivebox-service.spec
src/livebox-service.c
src/util.c