slider: update documentation on elm_slider_step_set/get (since 1.8)
authorBoris Faure <billiob@gmail.com>
Fri, 15 Aug 2014 09:01:14 +0000 (11:01 +0200)
committerBoris Faure <billiob@gmail.com>
Fri, 15 Aug 2014 09:01:52 +0000 (11:01 +0200)
src/lib/elm_slider.eo

index 3712789..8475cf7 100644 (file)
@@ -303,6 +303,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value,
       step {
          set {
             /*@
+            @since 1.8
             Set the step by which slider indicator will move.
 
             This value is used when draggable object is moved automatically i.e., in case
@@ -316,6 +317,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value,
          }
          get {
             /*@
+            @since 1.8
             Get the step by which slider indicator moves.
 
             @return The step value.