Elm: add missing @since into the doc about last added api to elm_progressbar.
authorMichaël Bouchaud (yoz) <yoz@efl.so>
Fri, 2 Sep 2016 00:25:30 +0000 (02:25 +0200)
committerMichaël Bouchaud (yoz) <yoz@efl.so>
Fri, 2 Sep 2016 00:25:30 +0000 (02:25 +0200)
src/lib/elementary/elm_progressbar.eo

index 885d826..6eaaa18 100644 (file)
@@ -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 ]]
       }