rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4dc4048e36d2735575ba6cc26a7034f09b0b0727

commit 4dc4048e36d2735575ba6cc26a7034f09b0b0727
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Thu Oct 29 16:27:45 2015 +0200

    editor: fix function names
---
 src/bin/editor/default.h | 144 +++++++++++++++++++++++------------------------
 1 file changed, 72 insertions(+), 72 deletions(-)

diff --git a/src/bin/editor/default.h b/src/bin/editor/default.h
index 4f269b6..3067c5f 100644
--- a/src/bin/editor/default.h
+++ b/src/bin/editor/default.h
@@ -24,151 +24,151 @@
 #include "editor.h"
 
 Eina_Bool
-editor_rel1_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel1_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_relative_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel1_relative_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel1_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_relative_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel1_relative_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel2_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_relative_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel2_relative_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel2_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_relative_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel2_relative_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_align_x_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_align_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_align_x_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_align_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_align_y_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_align_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_align_y_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_align_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_aspect_min_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_aspect_min_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_aspect_min_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_aspect_min_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_aspect_max_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_aspect_max_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_aspect_max_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_aspect_max_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_origin_relative_x_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_relative_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_origin_relative_x_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_origin_relative_y_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_relative_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_origin_relative_y_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_relative_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_size_relative_x_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_relative_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_size_relative_x_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_relative_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_size_relative_y_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_relative_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_size_relative_y_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_align_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_align_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_align_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_container_align_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_align_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_align_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_align_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_container_align_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_minmul_h_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_minmul_h_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_minmul_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_minmul_h_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_minmul_w_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_minmul_w_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_minmul_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_minmul_w_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 
 
 Eina_Bool
-editor_rel1_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel1_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_offset_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel1_offset_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel1_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel1_offset_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel1_offset_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel2_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_offset_x_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel2_offset_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_rel2_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_rel2_offset_y_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_rel2_offset_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_max_w_default_is(Evas_Object *edit_object, const char *part_name, const 
char *state_name, double state_val);
+editor_state_max_w_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
 Eina_Bool
-editor_max_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_max_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_max_h_default_is(Evas_Object *edit_object, const char *part_name, const 
char *state_name, double state_val);
+editor_state_max_h_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
 Eina_Bool
-editor_max_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_max_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_min_w_default_is(Evas_Object *edit_object, const char *part_name, const 
char *state_name, double state_val);
+editor_state_min_w_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
 Eina_Bool
-editor_min_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_min_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_min_h_default_is(Evas_Object *edit_object, const char *part_name, const 
char *state_name, double state_val);
+editor_state_min_h_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
 Eina_Bool
-editor_min_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_min_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_origin_offset_x_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_offset_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_origin_offset_x_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_origin_offset_y_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_origin_offset_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_origin_offset_y_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_offset_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_size_offset_x_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_offset_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_size_offset_x_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_offset_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_size_offset_y_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_size_offset_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_fill_size_offset_y_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_padding_x_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_padding_x_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_padding_x_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_container_padding_x_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_padding_y_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_padding_y_default_is(Evas_Object *edit_object, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_padding_y_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
+editor_state_container_padding_y_reset(Evas_Object *edit_object, Change 
*change, const char *part_name, const char *state_name, double state_val);
 
 
 Eina_Bool
-editor_fixed_h_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_fixed_h_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fixed_h_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fixed_h_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fixed_w_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_fixed_w_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fixed_w_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fixed_w_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_smooth_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_fill_smooth_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_fill_smooth_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_fill_smooth_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_visible_default_is(Evas_Object *edit_object, const char *part_name, 
const char *state_name, double state_val);
+editor_state_visible_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_visible_reset(Evas_Object *edit_object, Change *change, const char 
*part_name, const char *state_name, double state_val);
+editor_state_visible_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_min_h_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_min_h_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_min_h_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_container_min_h_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_min_v_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
+editor_state_container_min_v_default_is(Evas_Object *edit_object, const char 
*part_name, const char *state_name, double state_val);
 Eina_Bool
-editor_container_min_v_reset(Evas_Object *edit_object, Change *change, const 
char *part_name, const char *state_name, double state_val);
+editor_state_container_min_v_reset(Evas_Object *edit_object, Change *change, 
const char *part_name, const char *state_name, double state_val);
 #endif /* DEFAULT_H */

-- 


Reply via email to