From 49ffa2c887c7f4d2725dc36e941c7dadbe054d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Bouchaud=20=28yoz=29?= Date: Fri, 2 Sep 2016 02:25:30 +0200 Subject: [PATCH] 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 885d82607b..6eaaa18b2e 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 ]] }