seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=046f90bf963267f1fdaffc462eb59383dd09aae9

commit 046f90bf963267f1fdaffc462eb59383dd09aae9
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Mon Feb 10 00:59:47 2014 +0900

    hoversel: Added more description about elm_hoversel_item_add's callback
    function.
---
 src/lib/elc_hoversel_legacy.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elc_hoversel_legacy.h b/src/lib/elc_hoversel_legacy.h
index 307f949..52d2644 100644
--- a/src/lib/elc_hoversel_legacy.h
+++ b/src/lib/elc_hoversel_legacy.h
@@ -127,7 +127,8 @@ EAPI const Eina_List             
*elm_hoversel_items_get(const Evas_Object *obj)
  * @param icon_file An image file path on disk to use for the icon or standard
  * icon name (NULL if not desired)
  * @param icon_type The icon type if relevant
- * @param func Convenience function to call when this item is selected
+ * @param func Convenience function to call when this item is selected. The 
last
+ * parameter @p event_info of @c func is the selected item pointer.
  * @param data Data to pass to item-related functions
  * @return A handle to the item added.
  *

-- 


Reply via email to