From 9a38f5a075ea0aae8404d6604e1da034f7c890a3 Mon Sep 17 00:00:00 2001 From: gastal Date: Mon, 11 Jul 2011 15:00:41 +0000 Subject: [PATCH] Elementary: making doc clearer. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61248 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 4094046..4bfe666 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -5283,9 +5283,9 @@ extern "C" { * @param obj The check object * @param state The state to use (1 == on, 0 == off) * - * This sets the state of the check and, if set, the state of the pointed to - * Eina_Bool, calling this @b doesn't cause the "changed" signal to be - * emited. + * This sets the state of the check. If set + * with elm_check_state_pointer_set() the state of that variable is also + * changed. Calling this @b doesn't cause the "changed" signal to be emited. */ EAPI void elm_check_state_set(Evas_Object *obj, Eina_Bool state) EINA_ARG_NONNULL(1); /** -- 2.7.4