From: WooHyun Jung Date: Mon, 4 Oct 2010 13:09:09 +0000 (+0900) Subject: [slider] modified the comments about APIs X-Git-Tag: origin~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f010d39165577364646032c46640af9f3b9c5b0a;p=framework%2Fuifw%2Felementary.git [slider] modified the comments about APIs --- diff --git a/src/lib/elm_slider.c b/src/lib/elm_slider.c index 7fa94e8..2e84572 100644 --- a/src/lib/elm_slider.c +++ b/src/lib/elm_slider.c @@ -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