edje: Edje_Edit - add functions that allows user to set and get frequency value of...
authorKateryna Fesyna <k.fesyna@samsung.com>
Fri, 13 Jun 2014 16:01:12 +0000 (18:01 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Fri, 13 Jun 2014 16:01:26 +0000 (18:01 +0200)
commitad1c1838976144085a8371a890390c53c3d071c7
treef0d0fb0448e350c91478f62856098f82c14505b0
parent76d02d1e700059ad7d57b2621effc312b4e0c99e
edje: Edje_Edit - add functions that allows user to set and get frequency value of tones in collection

Summary:
This commit contains two new functions for tones editing:
edje_edit_sound_tone_frequency_set() and edje_edit_sound_tone_frequency_det()
To avoid code duplication the macross GET_TONE_BY_NAME is added and the
lines that performed the search of tone by name are replaced with this macro.

@feature

Reviewers: cedric, Hermet, seoz, raster

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D1030

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
src/lib/edje/Edje_Edit.h
src/lib/edje/edje_edit.c