From f58ceb305531d7e1f44bbd1f4c423bd10d332dc8 Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 2 May 2012 05:38:51 +0000 Subject: [PATCH] evas/doc - more information for exceptional cases. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@70600 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 787c11f..43a8527 100644 --- a/src/lib/Evas.h +++ b/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 */ -- 2.7.4