[slider] modified the comments about APIs
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 4 Oct 2010 13:09:09 +0000 (22:09 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 4 Oct 2010 13:09:09 +0000 (22:09 +0900)
src/lib/elm_slider.c

index 7fa94e8..2e84572 100644 (file)
@@ -1042,7 +1042,7 @@ elm_slider_value_animated_set(Evas_Object *obj, double val)
 
 
 /**
- * Set the label of the slider
+ * Set the end side label of the slider
  *
  * @param obj The slider object
  * @param label The text label string in UTF-8
@@ -1073,7 +1073,7 @@ elm_slider_end_label_set(Evas_Object *obj, const char *label)
 }
 
 /**
- * Get the label of the slider
+ * Get the end side label of the slider
  *
  * @param obj The slider object
  * @return The text label string in UTF-8