stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=110a9affa641e72c795f5a6f22296421aa204fa7

commit 110a9affa641e72c795f5a6f22296421aa204fa7
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 17:33:54 2016 +0100

    elm_combox: add missing since tags for new APIs
---
 src/lib/elm_combobox.eo | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/elm_combobox.eo b/src/lib/elm_combobox.eo
index 96cbb7e..e90e53e 100644
--- a/src/lib/elm_combobox.eo
+++ b/src/lib/elm_combobox.eo
@@ -10,6 +10,8 @@ class Elm_Combobox (Elm.Button, Evas.Selectable_Interface,
 
             This will return EINA_TRUE if the combobox is expanded or
             EINA_FALSE if it is not expanded.
+
+              @since 1.17
             ]]
             return: bool;
          }
@@ -17,11 +19,15 @@ class Elm_Combobox (Elm.Button, Evas.Selectable_Interface,
       hover_begin {
          [[This triggers the combobox popup from code, the same as if the user
          had clicked the button.
+
+           @since 1.17
          ]]
       }
       hover_end {
          [[This dismisses the combobox popup as if the user had clicked
          outside the hover.
+
+           @since 1.17
          ]]
       }
    }

-- 


Reply via email to