From 2ea8a402bc5ec04f32fe76111afe6bf0b7471943 Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Mon, 31 Oct 2011 02:15:33 +0000 Subject: [PATCH] Elementary API documentation fix. SVN revision: 64540 --- src/lib/Elementary.h.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 97798021f..d36dfe573 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -7334,6 +7334,7 @@ extern "C" { * @see elm_scroller_propagate_events_set() */ EAPI Eina_Bool elm_scroller_propagate_events_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); + /** * @brief Set scrolling gravity on a scroller * @@ -7555,10 +7556,10 @@ extern "C" { * @param obj The label object * @param slide To start slide or stop * - * If set to true the text of the label will slide throught the length of + * If set to true, the text of the label will slide/scroll through the length of * label. * - * @warning This only work with the themes "slide_short", "slide_long" and + * @warning This only works with the themes "slide_short", "slide_long" and * "slide_bounce". */ EAPI void elm_label_slide_set(Evas_Object *obj, Eina_Bool slide) EINA_ARG_NONNULL(1); -- 2.34.1