From 81bc0122ca93c8973a4889d205befc69008e7bd9 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 24 Apr 2018 13:29:20 +0900 Subject: [PATCH] elementary: update progressbar doc. update doc in up-to-dated efl_ui_progressbar APIs. --- src/lib/elementary/efl_ui_progressbar.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_progressbar.eo b/src/lib/elementary/efl_ui_progressbar.eo index 4187d9c55b..b2f033c5f1 100644 --- a/src/lib/elementary/efl_ui_progressbar.eo +++ b/src/lib/elementary/efl_ui_progressbar.eo @@ -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 ]]