elm_win: fix documentation related with elm_win_keygrab_set/unset 26/72026/2
authorJi-Youn Park <jy0703.park@samsung.com>
Mon, 30 May 2016 08:46:46 +0000 (17:16 +0830)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 30 May 2016 09:23:47 +0000 (02:23 -0700)
Change-Id: If763f829f38764b6d2f8398e47a794cd8f850bca

src/lib/elm_win.eo

index f2a93b578cb7a4b25d744f391683c32d69d71a65..d17a5558c73cc75893bd7002cd84c16178f91ad1 100644 (file)
@@ -1255,7 +1255,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
            This function grabs the $key of window using $grab_mode.
          ]]
 
-         return: bool;
+         return: bool; [[$true = success, $false = error]]
          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.]]
@@ -1269,7 +1269,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
 
            This function unset keygrab value. Ungrab $key of window.
          ]]
-         return: bool;
+         return: bool; [[$true = success, $false = error]]
          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.]]