evas/doc - more information for exceptional cases.

SVN revision: 70600
This commit is contained in:
ChunEon Park 2012-05-02 05:38:51 +00:00
parent 3356a62dcd
commit dbac507018
1 changed files with 2 additions and 0 deletions

View File

@ -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 * @note Use @c NULL pointers on the hint components you're not
* interested in: they'll be ignored by the function. * 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 * @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 * @note Use @c NULL pointers on the hint components you're not
* interested in: they'll be ignored by the function. * 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 * @see evas_object_size_hint_weight_set() for an example
*/ */