From 856789409821b79f8b93db1db0fa8a9c75d4d176 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Mon, 31 Oct 2011 02:15:33 +0000 Subject: [PATCH] Elementary API documentation fix. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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 9779802..d36dfe5 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.7.4