elementary: update progressbar doc.

update doc in up-to-dated efl_ui_progressbar APIs.
This commit is contained in:
Hermet Park 2018-04-24 13:29:20 +09:00
parent 43c3e68d2f
commit 81bc0122ca
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Efl.Ui.Progressbar (Efl.Ui.Layout, Efl.Ui.Range, Efl.Ui.Format,
without showing the precise progress rate. In the default theme, it will
animate the bar with content, switching constantly between filling it and back
to non-filled in a loop. To start and stop this pulsing
animation you need to explicitly call elm_progressbar_pulse().
animation you need to explicitly call efl_ui_progressbar_pulse_set().
@since 1.20
]]