Elementary: making doc clearer.

SVN revision: 61248
This commit is contained in:
Jonas M. Gastal 2011-07-11 15:00:41 +00:00
parent 694f02f666
commit f4e321fc12
1 changed files with 3 additions and 3 deletions

View File

@ -5283,9 +5283,9 @@ extern "C" {
* @param obj The check object * @param obj The check object
* @param state The state to use (1 == on, 0 == off) * @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 * This sets the state of the check. If set
* Eina_Bool, calling this @b doesn't cause the "changed" signal to be * with elm_check_state_pointer_set() the state of that variable is also
* emited. * 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); EAPI void elm_check_state_set(Evas_Object *obj, Eina_Bool state) EINA_ARG_NONNULL(1);
/** /**