Elm: add missing @since into the doc about last added api to elm_progressbar.

This commit is contained in:
Michaël Bouchaud (yoz) 2016-09-02 02:25:30 +02:00
parent a9a9240421
commit 49ffa2c887
1 changed files with 3 additions and 1 deletions

View 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 ]]
}