yoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=49ffa2c887c7f4d2725dc36e941c7dadbe054d07
commit 49ffa2c887c7f4d2725dc36e941c7dadbe054d07 Author: Michaƫl Bouchaud (yoz) <y...@efl.so> Date: Fri Sep 2 02:25:30 2016 +0200 Elm: add missing @since into the doc about last added api to elm_progressbar. --- src/lib/elementary/elm_progressbar.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_progressbar.eo b/src/lib/elementary/elm_progressbar.eo index 885d826..6eaaa18 100644 --- a/src/lib/elementary/elm_progressbar.eo +++ b/src/lib/elementary/elm_progressbar.eo @@ -54,7 +54,9 @@ class Elm.Progressbar (Elm.Layout, Efl.Ui.Progress, } } is_pulsing_get @const { - [[Get the pulsing state on a given progressbar widget. ]] + [[Get the pulsing state on a given progressbar widget. + + @since 1.19]] return: bool; [[$true if the $obj is currently pulsing ]] } --