stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=5e53dfdc16d96c0ba48d5951c4482d5444b82ae5

commit 5e53dfdc16d96c0ba48d5951c4482d5444b82ae5
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 17:23:55 2016 +0100

    elm_win: add missing since tag and correct another one
---
 src/lib/elm_win.eo | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 97fb151..1d200bf 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -963,7 +963,10 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
       }
       @property cocoa_window {
          get {
-            [[Get the Ecore_Cocoa_Window of an Evas.Object.]]
+            [[Get the Ecore_Cocoa_Window of an Evas.Object.
+
+              @since 1.17
+            ]]
             return: Ecore_Cocoa_Window *; [[The Ecore_Cocoa_Window of $obj.]]
         }
       }
@@ -971,7 +974,7 @@ class Elm.Win (Elm.Widget, Elm_Interface_Atspi_Window,
          get {
             [[Get the Ecore_Win32_Window of an Evas_Object
 
-              @since 1.16
+              @since 1.17
             ]]
             return: Ecore_Win32_Window *; [[The Ecore_Win32_Window of $obj.]]
             legacy: null;

-- 


Reply via email to