projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8db5a1
)
Sync with upstream
author
Mike McCormack
<mj.mccormack@samsung.com>
Tue, 22 Nov 2011 08:44:53 +0000
(17:44 +0900)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Wed, 23 Nov 2011 00:39:32 +0000
(09:39 +0900)
src/bin/test_genlist.c
patch
|
blob
|
history
diff --git
a/src/bin/test_genlist.c
b/src/bin/test_genlist.c
index
2249bfc
..
8822b63
100644
(file)
--- a/
src/bin/test_genlist.c
+++ b/
src/bin/test_genlist.c
@@
-1796,10
+1796,9
@@
_reorder_tg_changed_cb(void *data, Evas_Object *obj, void *event_info __UNUSED__
* gl_moved is called after an item was reordered.
* This is only called when reorder mode is enabled.
*
+ * @param data : the genlist object passed as data.
* @param obj : the genlist object.
* @param item : the moved item.
- * @param rel_item : the relative item.
- * @param move_after : whether or not the rel_item is after item.
*
* If the move_after is true,
* the item(*item) had been moved after the given relative item(*rel_item) in list.