elm elm_gengrid.h elm_genlist.h: Fixed documentation typo.

SVN revision: 70254
This commit is contained in:
Daniel Juyung Seo 2012-04-17 06:31:10 +00:00
parent cd7b3bca7a
commit 7bfa482247
2 changed files with 5 additions and 5 deletions

View File

@ -827,7 +827,7 @@ EAPI unsigned int elm_gengrid_items_count(const Evas_Object *obj);
* *
* @return New allocated a gengrid item class. * @return New allocated a gengrid item class.
* *
* This adds gengrid item class for the gengrid widget. When adding a item, * This adds gengrid item class for the gengrid widget. When adding an item,
* gengrid_item_{append, prepend, insert} function needs item class of the item. * gengrid_item_{append, prepend, insert} function needs item class of the item.
* Given callback parameters are used at retrieving {text, content} of * Given callback parameters are used at retrieving {text, content} of
* added item. Set as NULL if it's not used. * added item. Set as NULL if it's not used.
@ -841,7 +841,7 @@ EAPI unsigned int elm_gengrid_items_count(const Evas_Object *obj);
EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void); EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void);
/** /**
* Remove a item class in a given gengrid widget. * Remove an item class in a given gengrid widget.
* *
* @param itc The itc to be removed. * @param itc The itc to be removed.
* *

View File

@ -1001,7 +1001,7 @@ EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
* *
* @return New allocated a genlist item class. * @return New allocated a genlist item class.
* *
* This adds genlist item class for the genlist widget. When adding a item, * This adds genlist item class for the genlist widget. When adding an item,
* genlist_item_{append, prepend, insert} function needs item class of the item. * genlist_item_{append, prepend, insert} function needs item class of the item.
* Given callback parameters are used at retrieving {text, content} of * Given callback parameters are used at retrieving {text, content} of
* added item. Set as NULL if it's not used. * added item. Set as NULL if it's not used.
@ -1015,8 +1015,8 @@ EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
EAPI Elm_Genlist_Item_Class *elm_genlist_item_class_new(void); EAPI Elm_Genlist_Item_Class *elm_genlist_item_class_new(void);
/** /**
* Remove a item class in a given genlist widget. * Remove an item class in a given genlist widget.
* k*
* @param itc The itc to be removed. * @param itc The itc to be removed.
* *
* This removes item class from the genlist widget. * This removes item class from the genlist widget.