seoz pushed a commit to branch master.

commit e84858c18ecc0490f8c447b063a9261b8528f00c
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Jun 5 14:50:34 2013 +0900

    gengrid/genlist: added index,update smartcallback documentation.
---
 src/lib/elm_gengrid.h | 2 ++
 src/lib/elm_genlist.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h
index 92ebf49..db93aae 100644
--- a/src/lib/elm_gengrid.h
+++ b/src/lib/elm_gengrid.h
@@ -222,6 +222,8 @@
  * - @c "moved" - This is called when a gengrid item is moved by a user
  *   interaction in a reorder mode. The %c event_info parameter is the item 
that
  *   was moved.
+ * - @c "index,update" - This is called when a gengrid item index is changed.
+ *   Note that this callback is called while each item is being realized.
  * - @c "highlighted" - an item in the list is highlighted. This is called when
  *   the user presses an item or keyboard selection is done so the item is
  *   physically highlighted. The %c event_info parameter is the item that was
diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index bcbc181..97495ef 100644
--- a/src/lib/elm_genlist.h
+++ b/src/lib/elm_genlist.h
@@ -353,6 +353,8 @@
  *   another item in reorder mode. The event_info parameter is the reordered
  *   item. To get the relative previous item, use elm_genlist_item_next_get().
  *   This signal is called along with "moved" signal.
+ * - @c "index,update" - This is called when a genlist item index is changed.
+ *   Note that this callback is called while each item is being realized.
  * - @c "language,changed" - This is called when the program's language is
  *   changed. Call the elm_genlist_realized_items_update() if items text should
  *   be translated.

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to