elm_win: add missing since tag and correct another one

This commit is contained in:
Stefan Schmidt 2016-01-06 17:23:55 +01:00
parent eb703930d2
commit 2ab9b102cf
1 changed files with 5 additions and 2 deletions

View File

@ -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;