seoz pushed a commit to branch master.

commit be9cd66f4534e8a5be78068e84181b440f05f800
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Aug 24 10:30:54 2013 +0900

    elm_spinner_legacy.h: fixed wrong documentation and add more sample numbers.
---
 src/lib/elm_spinner_legacy.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_spinner_legacy.h b/src/lib/elm_spinner_legacy.h
index 81711aa..47419b2 100644
--- a/src/lib/elm_spinner_legacy.h
+++ b/src/lib/elm_spinner_legacy.h
@@ -353,10 +353,10 @@ EAPI double      elm_spinner_interval_get(const 
Evas_Object *obj);
  * "round" starting from value @p base. The default base for rounding is 0.
  *
  * Example: round = 3, base = 2
- * Values:  3, 6, 9, 12, 15, ...
+ * Values:  ..., -2, 0, 2, 5, 8, 11, 14, ...
  *
  * Example: round = 2, base = 5.5
- * Values: 5.5, 7.5, 9.5, 11.5, ...
+ * Values: ..., -0.5, 1.5, 3.5, 5.5, 7.5, 9.5, 11.5, ...
  *
  * @see elm_spinner_round_get()
  * @see elm_spinner_base_get() too.

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to