From: Michaƫl Bouchaud (yoz) Date: Fri, 2 Sep 2016 00:25:30 +0000 (+0200) Subject: Elm: add missing @since into the doc about last added api to elm_progressbar. X-Git-Tag: upstream/1.20.0~4525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49ffa2c887c7f4d2725dc36e941c7dadbe054d07;p=platform%2Fupstream%2Fefl.git Elm: add missing @since into the doc about last added api to elm_progressbar. --- 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 ]] }