diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2012-01-12 03:03:56 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2012-01-12 03:03:56 +0000 |
commit | 91b6e0639fbacbe3f8e5c66b887f4bd1806d4603 (patch) | |
tree | 2ab88c524ed639effc505dadc01c9f73d8dd17c1 /doc/examples.dox | |
parent | 3cd87d700e30d50dccff637c3b75a6c1310a09f6 (diff) | |
download | elementary-91b6e0639fbacbe3f8e5c66b887f4bd1806d4603.tar.gz |
Elementary/list - Elm_List_Item -> Elm_Object_Item
SVN revision: 67110
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 94f2e5910..753ace970 100644 --- a/doc/examples.dox +++ b/doc/examples.dox @@ -2372,7 +2372,7 @@ * * This code places a Elementary list widgets on a window, * along with some buttons trigerring actions on it (though its API). - * It covers most of Elm_List_Item functions. + * It covers most of elm_list_item functions. * * On our @c main function, we are adding a default list with * 3 items. We are only setting their labels (second parameter of function |