Add Ringtone List API 77/100177/1 accepted/tizen/3.0/common/20161128.091448 accepted/tizen/3.0/ivi/20161128.083907 accepted/tizen/3.0/mobile/20161128.083709 accepted/tizen/3.0/tv/20161128.083747 accepted/tizen/3.0/wearable/20161128.083829 submit/tizen_3.0/20161125.080555
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 08:03:30 +0000 (17:03 +0900)
commit033959ea298b08fa3e7c5615a3caa2799bd34a9b
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]