Hi,
Attached goes a patch improving the evas_object_image_source_visible_set
documentation.
Regards,
--
Leandro Dorileo
ProFUSION embedded systems
http://profusion.mobi
commit f7f906fb69afd3e75fde3dc0324cc79ed215b40b
Author: Leandro Dorileo <[email protected]>
Date: Tue Oct 23 14:02:35 2012 -0200
Evas: improve the evas_object_image_source_visible_set docs
diff --git a/src/lib/Evas.h b/src/lib/Evas.h
index 46b0ea7..9625013 100644
--- a/src/lib/Evas.h
+++ b/src/lib/Evas.h
@@ -9122,20 +9122,22 @@ EAPI Evas_Object *evas_object_image_source_get(const Evas_Objec
EAPI Eina_Bool evas_object_image_source_unset(Evas_Object *obj) EINA_ARG_NONNULL(1);
/**
- * Set the source object to be shown or hidden.
+ * Set the source object to be visible or not.
*
* @param obj Proxy (image) object.
* @param visible @c EINA_TRUE is source object to be shown, @c EINA_FALSE
* otherwise.
*
- * If the @p visible set to @c EINA_FALSE, the source object of the proxy(@p obj
- * ) will be hidden.
+ * If @p visible is set to @c EINA_FALSE, the source object of the proxy(@p obj
+ * ) will be invisible.
+ *
+ * This API works differently to evas_object_show() and evas_object_hide().
+ * Once source object is hidden by evas_object_hide() then the proxy object will
+ * be hidden as well. Actually in this case both objects are excluded from the
+ * Evas internal update cicle.
*
- * This API works differently with evas_object_show() and evas_object_hide().
- * Once source object is hidden by evas_object_hide() then the proxy object will * be hidden also. Actually in this case both objects are excluded from the
- * Evas internal updation. By this API, instead, you can set only proxy object
- * to be shown. And even if source object is invisible, source object can be
- *updated for proxy.
+ * By this API, instead, one can toggle the visibility of a proxy's source object
+ * remaining the proxy visibility untouched.
*
* @see evas_object_image_source_visible_get()
* @see evas_object_image_source_set()
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel