From dbac507018c09c2a93d34d9ac804141f6c1fbc8f Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 2 May 2012 05:38:51 +0000 Subject: [PATCH] evas/doc - more information for exceptional cases. SVN revision: 70600 --- legacy/evas/src/lib/Evas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 787c11f0a2..43a8527c54 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -5321,6 +5321,7 @@ EAPI void evas_object_size_hint_aspect_set (Evas_Object *obj, Evas * * @note Use @c NULL pointers on the hint components you're not * interested in: they'll be ignored by the function. + * @note If @c obj is invalid, then the hint components will be set with 0.5 * * @see evas_object_size_hint_align_set() for more information */ @@ -5393,6 +5394,7 @@ EAPI void evas_object_size_hint_align_set (Evas_Object *obj, doub * * @note Use @c NULL pointers on the hint components you're not * interested in: they'll be ignored by the function. + * @note If @c obj is invalid, then the hint components will be set with 0.0 * * @see evas_object_size_hint_weight_set() for an example */