edje: make functions in edje_edit API return Eina_Bool.
authorVorobiov Vitalii <vi.vorobiov@samsung.com>
Fri, 1 Nov 2013 02:01:37 +0000 (11:01 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 1 Nov 2013 02:01:42 +0000 (11:01 +0900)
commit848cc1d1ea1fc99bf5c8181a6735a414c178076f
tree245593c1a9a6e6c2f833507d921e2fe171b28c47
parentcf452cc419b5c4449d0538a9638f79b898f10025
edje: make functions in edje_edit API return Eina_Bool.

Make the following functions return Eina_Bool so the caller can detect errors:
edje_edit_state_visible_set
edje_edit_state_color_class_set

Removed unnecessary check in edje_edit_state_image_border_fill_set.

Reviewers: cedric, seoz

Reviewed By: cedric

CC: reutskiy.v.v
Differential Revision: https://phab.enlightenment.org/D305

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