evas/doc - more information for exceptional cases.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 May 2012 05:38:51 +0000 (05:38 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 May 2012 05:38:51 +0000 (05:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@70600 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 787c11f..43a8527 100644 (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
  * 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
  */