elm.win.eo: fixed typo
authorYakov Goldberg <yakov.g@samsung.com>
Sun, 17 May 2015 12:31:02 +0000 (15:31 +0300)
committerYakov Goldberg <yakov.g@samsung.com>
Sun, 17 May 2015 13:03:45 +0000 (16:03 +0300)
Change param type name according to eo file: Elm.Win.Keygrab_Mode

src/lib/elm_win.eo

index 8909e45..3f0765e 100644 (file)
@@ -1584,7 +1584,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
             @in Evas_Modifier_Mask modifiers; /*@ This is for the keymask feature. Currently this feature is not supported. */
             @in Evas_Modifier_Mask not_modifiers; /*@ This is for the keymask feature. Currently this feature is not supported. */
             @in int proirity; /*@ This is for the priority of keygrab. Currently this feature is not supported. */
-            @in Elm_Win_Keygrab_Mode grab_mode; /*@  According to the grabmode, it can grab key differently */
+            @in Elm.Win.Keygrab_Mode grab_mode; /*@  According to the grabmode, it can grab key differently */
          }
       }
       keygrab_unset {