Add Ringtone List API 62/79162/20
authorMyoungJune Park <mj2004.park@samsung.com>
Mon, 4 Jul 2016 04:26:52 +0000 (13:26 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Fri, 25 Nov 2016 06:59:49 +0000 (15:59 +0900)
commitb64f613078ffea24f9556773a19ab1977abdb844
treebe2488ccefee3020bfb00e2fdb9b9ca32be2cf18
parent83e9eedc6857aba67ebdb020a1158aca03f72779
Add Ringtone List API

- add typedef system_settings_iterator and comments
- list -> rename 'list' 'foreach' and change the callback prototype by
  'bool'
- add
- del
- get path with app f/w
- add json files for ringtone manipulation
- add json on vconf
  - add code checkding duplicated input for ADD
- add doxygen comments

Change-Id: Iaf5a2faef1f1b04f896f26c9cbcd77399fb0b292
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
CMakeLists.txt
include/system_settings.h
include/system_settings_json.h [new file with mode: 0644]
include/system_settings_private.h
include/system_settings_ringtones.h [new file with mode: 0644]
packaging/capi-system-system-settings.spec
src/system_setting_platform.c
src/system_settings.c
src/system_settings_json.c [new file with mode: 0644]
src/system_settings_ringtones.c [new file with mode: 0644]