Change a parameter type of complication API 53/279353/2
authorHwankyu Jhun <h.jhun@samsung.com>
Sun, 7 Aug 2022 23:04:54 +0000 (08:04 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Aug 2022 03:20:16 +0000 (12:20 +0900)
commit23d26873a969ffea4f5cf4e557f1e805d8d83522
treedd8cd65f03def42043ecc4a5f9eda3ff643ee902
parent49f8785665f2c422fa39d172d3ed093cbca34653
Change a parameter type of complication API

The const keyword is added for value of aul_complication_launch_with_extra_data().
The parameter is used to add the key-value to the bundle object.
The type of the value is changed to 'const char*'.

Change-Id: I088707783f6c40a1c30d599604c0464651c148d5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul_complication.h
src/aul_complication.c