summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2012-01-31 01:22:16 +0000
committerChunEon Park <hermet@hermet.pe.kr>2012-01-31 01:22:16 +0000
commit19127c143f2913523ae6e57647d7fc388c863fc2 (patch)
treec9a2785d83faedb42ee02c64dc2d4d4e8c3bc1ef /doc/examples.dox
parent4280116d309171a4e7ae73766db8b96b572f0a3e (diff)
downloadelementary-19127c143f2913523ae6e57647d7fc388c863fc2.tar.gz
elementary/gengrid - deprecated 3 APIs.
elm_gengrid_item_data_set -> elm_object_item_data_set elm_gengrid_item_data_get -> elm_object_item_data_get elm_gengrid_item_gengrid_get -> elm_object_item_widget_get SVN revision: 67619
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 c2e8f30c2..c839d4768 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -4256,7 +4256,7 @@
* selection of the items. There, we print the item handle's value,
* along with the callback function data. The latter will be @c NULL,
* always, because it's what we pass when adding all icons. By using
- * elm_gengrid_item_data_get(), we can have the item data back and,
+ * elm_object_item_data_get(), we can have the item data back and,
* with that, we're priting the item's path string. Finally, we
* exemplify elm_gengrid_item_pos_get(), printing the item's position
* in the grid: