felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6a07e2abc3d756be4aee1f10e199a740e7997f61

commit 6a07e2abc3d756be4aee1f10e199a740e7997f61
Author: Vitor Sousa <vitorsousasi...@gmail.com>
Date:   Thu Feb 4 16:33:46 2016 -0200

    elm win: replace Evas_Modifier_Mask by Evas.Modifier.Mask in elm_win.eo
---
 src/lib/elm_win.eo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 8dacece..0dd7c4a 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -1247,8 +1247,8 @@ class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
          return: bool;
          params {
             @in key: const(char)*; [[This string is the keyname to grab.]]
-            @in modifiers: Evas_Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
-            @in not_modifiers: Evas_Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
+            @in modifiers: Evas.Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
+            @in not_modifiers: Evas.Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
             @in proirity: int; [[This is for the priority of keygrab. 
Currently this feature is not supported.]]
             @in grab_mode: Elm.Win.Keygrab_Mode; [[According to the grabmode, 
it can grab key differently.]]
          }
@@ -1261,8 +1261,8 @@ class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
          return: bool;
          params {
             @in key: const(char)*; [[This string is the keyname to grab.]]
-            @in modifiers: Evas_Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
-            @in not_modifiers: Evas_Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
+            @in modifiers: Evas.Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
+            @in not_modifiers: Evas.Modifier_Mask; [[This is for the keymask 
feature. Currently this feature is not supported.]]
          }
       }
    }

-- 


Reply via email to