raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b59d7a6a1bee94204c8688676aa3feda2c4323c0
commit b59d7a6a1bee94204c8688676aa3feda2c4323c0 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Aug 13 10:43:34 2016 +0900 efl api release - fix @since for elm win legacy api name_get addition --- src/lib/elementary/efl_ui_win.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index 0fc8192..0db1587 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -555,7 +555,7 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window, [[Can only be used at creation time, within \@ref eo_add.]] legacy: null; } - get {} + get { [[ @since 1.18 ]] } values { name: string @nullable; } --
