From: hermet Date: Wed, 2 May 2012 05:38:51 +0000 (+0000) Subject: evas/doc - more information for exceptional cases. X-Git-Tag: 2.0_alpha~50^2~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f58ceb305531d7e1f44bbd1f4c423bd10d332dc8;p=framework%2Fuifw%2Fevas.git 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 --- 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 */