From c37ee988c28241fa152b312c60d5c28fcae45544 Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Sat, 15 Aug 2009 18:24:58 +0000 Subject: [PATCH] * miss doxy for new API SVN revision: 41793 --- src/lib/elm_genlist.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 68609e4..f10d248 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -1953,6 +1953,19 @@ elm_genlist_item_data_get(const Elm_Genlist_Item *it) return it->data; } +/** + * Set the data item from the genlist item + * + * This set the data value passed on the elm_genlist_item_append() and + * related item addition calls. This function will also call + * elm_genlist_item_update() so the item will be updated to reflect the + * new data. + * + * @param it The item + * @param data The new data pointer to set + * + * @ingroup Genlist + */ EAPI void elm_genlist_item_data_set(Elm_Genlist_Item *it, void *data) { -- 2.7.4