Elm win: Rename duplicate eo property wm_manual_rotation_done.
authorTom Hacohen <tom@stosb.com>
Thu, 9 Oct 2014 11:27:59 +0000 (12:27 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 9 Oct 2014 11:28:34 +0000 (12:28 +0100)
This has to be renamed otherwise it clashes for bindings.

src/lib/elm_win.c
src/lib/elm_win.eo

index ed6a2e7..9d469f6 100644 (file)
@@ -4432,7 +4432,7 @@ _elm_win_wm_manual_rotation_done_get(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
 }
 
 EOLIAN static void
-_elm_win_wm_manual_rotation_done(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
+_elm_win_wm_manual_rotation_done_manual(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
 {
    if (!sd->wm_rot.use) return;
    ecore_evas_wm_rotation_manual_rotation_done(sd->ee);
index 7084ab1..dc51063 100644 (file)
@@ -1191,7 +1191,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
             @in Elm_Win_Type type;
          }
       }
-      wm_manual_rotation_done {
+      wm_manual_rotation_done_manual {
          /*@
          To notify the rotation done to WM manually.