From d27fd97582349c76749b9f6c895c1179452e4514 Mon Sep 17 00:00:00 2001 From: Vitor Sousa Date: Thu, 4 Feb 2016 16:33:46 -0200 Subject: [PATCH] elm win: replace Evas_Modifier_Mask by Evas.Modifier.Mask in elm_win.eo --- legacy/elementary/src/lib/elm_win.eo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/src/lib/elm_win.eo b/legacy/elementary/src/lib/elm_win.eo index 8dacecec07..0dd7c4ae20 100644 --- a/legacy/elementary/src/lib/elm_win.eo +++ b/legacy/elementary/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.]] } } }