hoversel: Added more description about elm_hoversel_item_add's callback
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 15:59:47 +0000 (00:59 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 15:59:47 +0000 (00:59 +0900)
function.

src/lib/elc_hoversel_legacy.h

index 307f949..52d2644 100644 (file)
@@ -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.
  *