summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2012-01-30 06:06:03 +0000
committerChunEon Park <hermet@hermet.pe.kr>2012-01-30 06:06:03 +0000
commitf343011d7d07a4d38d741024565b1c7518327f1f (patch)
tree06609925e423419e7866ce56f5c111289ca6be3b /doc/examples.dox
parentbb02bbfeb14e0807fbedf221a3d866af5cf53ff7 (diff)
downloadelementary-f343011d7d07a4d38d741024565b1c7518327f1f.tar.gz
elementary/list - deprecated elm_list_item_del()
please use elm_object_item_del(). SVN revision: 67598
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 0b9cc1879..c2e8f30c2 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -2464,7 +2464,7 @@
* @skipline _del_cb(
* @until }
*
- * To delete an item we simple need to call elm_list_item_del() with
+ * To delete an item we simple need to call elm_object_item_del() with
* a pointer for such item.
*
* If you need, you can get selected item with