summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-06 17:23:55 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-06 17:23:55 +0100
commit5e53dfdc16d96c0ba48d5951c4482d5444b82ae5 (patch)
tree53464728369edc8913cf3431a627c6642290c604
parent352ba03e2cd782f7e2626a3f9462aef40faa3b34 (diff)
downloadelementary-5e53dfdc16d96c0ba48d5951c4482d5444b82ae5.tar.gz
elm_win: add missing since tag and correct another one
-rw-r--r--src/lib/elm_win.eo7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 97fb151e5..1d200bf51 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;