summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-06 17:33:54 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-06 17:33:54 +0100
commit110a9affa641e72c795f5a6f22296421aa204fa7 (patch)
treef6dc5aa80c8fc6b7ed3ef898f0a9d79231ffc803
parent5e53dfdc16d96c0ba48d5951c4482d5444b82ae5 (diff)
downloadelementary-110a9affa641e72c795f5a6f22296421aa204fa7.tar.gz
elm_combox: add missing since tags for new APIs
-rw-r--r--src/lib/elm_combobox.eo6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/elm_combobox.eo b/src/lib/elm_combobox.eo
index 96cbb7ee3..e90e53ea8 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
]]
}
}