[evas] Document weight hints' defaults.
authorGustavo Lima Chaves <glima@profusion.mobi>
Fri, 31 Aug 2012 21:48:27 +0000 (21:48 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Fri, 31 Aug 2012 21:48:27 +0000 (21:48 +0000)
SVN revision: 75926

legacy/evas/src/lib/Evas.h

index a500ef5..73ffe7e 100644 (file)
@@ -5431,6 +5431,8 @@ EAPI void evas_object_size_hint_weight_get(const Evas_Object *obj, double *x, do
  * when layouting its children. See the full @ref
  * Example_Evas_Size_Hints "example".
  *
+ * @note Default weight hint values are 0.0, for both axis.
+ *
  * @see evas_object_size_hint_weight_get() for more information
  */
 EAPI void evas_object_size_hint_weight_set(Evas_Object *obj, double x, double y) EINA_ARG_NONNULL(1);