edje: make functions return Eina_Bool and fix documentation.
authorVorobiov Vitalii <vi.vorobiov@samsung.com>
Thu, 31 Oct 2013 02:05:42 +0000 (11:05 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 31 Oct 2013 02:05:45 +0000 (11:05 +0900)
commit3038d41ba1070b3b5c4e682429fbfad4ea4fbea9
tree4709320e8730906b43e1123160f511373863c697
parent2ae3f6902bfa8bf6acb99d455736fb7830498b44
edje: make functions return Eina_Bool and fix documentation.

Make the following functions return Eina_Bool so the caller can detect errors:
edje_edit_state_font_set
edje_edit_part_effect_set

Also deleted duplicate of the "edje_edit_state_font_set" function in Edje_Edit.h
Moved some defines (EDJE_TEXT_EFFECT_MASK_BASIC, EDJE_TEXT_EFFECT_MASK_SHADOW_DIRECTION etc),
so doxygen generation was fixed.
Also added link (see also) in "edje_edit_part_effect_set" to the Edje_Text_Effect enum.

Reviewers: cedric, seoz

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

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