edje: make functions return Eina_Bool and fix documentation.
authorAndrii Kroitor <an.kroitor@samsung.com>
Fri, 1 Nov 2013 02:03:30 +0000 (11:03 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 1 Nov 2013 02:03:34 +0000 (11:03 +0900)
commit3973ecf2e80b0546bcd26cc7a56b6719f0263fee
tree127d70372d911e2260ecb0304e6e9dc24af98e3d
parent848cc1d1ea1fc99bf5c8181a6735a414c178076f
edje: make functions return Eina_Bool and fix documentation.

Make the following functions return Eina_Bool so the caller can detect errors:
edje_edit_part_drag_x_set
edje_edit_part_drag_y_set
edje_edit_part_drag_step_x_set
edje_edit_part_drag_step_y_set
edje_edit_part_drag_count_x_set
edje_edit_part_drag_count_y_set

Added functions for threshold:
edje_edit_part_drag_threshold_set
edje_edit_part_drag_threshold_get

Fixed description of 'count' parameter of dragable.x/y

Reviewers: cedric, seoz

Reviewed By: cedric

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

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