diff options
author | Jiyoun Park <jijibe99@gmail.com> | 2012-03-09 15:03:18 +0000 |
---|---|---|
committer | Jiyoun Park <jijibe99@gmail.com> | 2012-03-09 15:03:18 +0000 |
commit | 710f4d992c5fd6d844a257f484eba954ed059520 (patch) | |
tree | da654d6c8905077163c0fa9d07b544ddfa2f8f2b /doc/examples.dox | |
parent | 5af93dbbeadb9cc50d2b7f280a4b97f7b94dc97a (diff) | |
download | elementary-710f4d992c5fd6d844a257f484eba954ed059520.tar.gz |
remove code related with
elm_list_item_disabled
elm_list_item_XXX
which was deprecated
SVN revision: 69109
Diffstat (limited to 'doc/examples.dox')
-rw-r--r-- | doc/examples.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.dox b/doc/examples.dox index ea894ca6d..6fb1b51d4 100644 --- a/doc/examples.dox +++ b/doc/examples.dox @@ -2520,7 +2520,7 @@ * * If you want to free this data, or handle that the way you need when the * item is deleted, set a callback function for that, with - * elm_list_item_del_cb_set(). + * elm_object_item_del_cb_set(). * * As you can see we check if @c it is not @c NULL after appending it. * If an error happens, we won't try to set a function for it. |