diff options
author | Daniel Juyung Seo <seojuyung@gmail.com> | 2013-05-05 00:50:47 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung@gmail.com> | 2013-05-05 00:50:55 +0900 |
commit | 656a2ad45f2bb7a576c8f4f544dbc6d43b4eab7d (patch) | |
tree | e3d2b2fc424d396727c3bd1591da23bb5234cd00 /src/lib/evas/Evas_Legacy.h | |
parent | e7990ed69330a2c8a566f633a9fac677526d8aab (diff) |
Evas_Legacy.h: fixed documentation typos.
Diffstat (limited to 'src/lib/evas/Evas_Legacy.h')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 3451acbad3..fd69a83079 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -6618,7 +6618,7 @@ void *evas_object_smart_interface_data_get(const Evas_Object *obj, c | |||
6618 | * @param obj The given Evas smart object | 6618 | * @param obj The given Evas smart object |
6619 | * | 6619 | * |
6620 | * This will flag the given object as needing recalculation, | 6620 | * This will flag the given object as needing recalculation, |
6621 | * forcefully. As an effect, on the next rendering cycle it's @b | 6621 | * forcefully. As an effect, on the next rendering cycle its @b |
6622 | * calculate() (see #Evas_Smart_Class) smart function will be called. | 6622 | * calculate() (see #Evas_Smart_Class) smart function will be called. |
6623 | * | 6623 | * |
6624 | * @see evas_object_smart_need_recalculate_set(). | 6624 | * @see evas_object_smart_need_recalculate_set(). |
@@ -6647,8 +6647,7 @@ EAPI void evas_object_smart_changed(Evas_Object *obj) EINA_ARG_NONNULL(1 | |||
6647 | * @note just setting this flag will not make the canvas' whole scene | 6647 | * @note just setting this flag will not make the canvas' whole scene |
6648 | * dirty, by itself, and evas_render() will have no effect. To | 6648 | * dirty, by itself, and evas_render() will have no effect. To |
6649 | * force that, use evas_object_smart_changed(), that will also | 6649 | * force that, use evas_object_smart_changed(), that will also |
6650 | * automatically call this function automatically, with | 6650 | * call this function automatically, with @c EINA_TRUE as parameter. |
6651 | * @c EINA_TRUE as parameter. | ||
6652 | * | 6651 | * |
6653 | * @see evas_object_smart_need_recalculate_get() | 6652 | * @see evas_object_smart_need_recalculate_get() |
6654 | * @see evas_object_smart_calculate() | 6653 | * @see evas_object_smart_calculate() |