elementary/genlist - fixed formatting

SVN revision: 68975
This commit is contained in:
ChunEon Park 2012-03-07 15:45:52 +00:00
parent f0e4f5ce69
commit 788c6dcaf4
1 changed files with 4 additions and 11 deletions

View File

@ -1873,8 +1873,7 @@ EAPI Eina_Bool elm_genlist_tree_effect_enabled_get(const Evas_Object *o
* *
* @ingroup Genlist * @ingroup Genlist
*/ */
EAPI void EAPI void elm_genlist_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode);
elm_genlist_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode);
/** /**
* Get the genlist select mode. * Get the genlist select mode.
@ -1887,8 +1886,7 @@ elm_genlist_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode_Type mode);
* *
* @ingroup Genlist * @ingroup Genlist
*/ */
EAPI Elm_Object_Select_Mode_Type EAPI Elm_Object_Select_Mode_Type elm_genlist_select_mode_get(const Evas_Object *obj);
elm_genlist_select_mode_get(const Evas_Object *obj);
/** /**
* Set whether the genlist items' should be highlighted when item selected. * Set whether the genlist items' should be highlighted when item selected.
@ -1907,10 +1905,7 @@ elm_genlist_select_mode_get(const Evas_Object *obj);
* *
* @ingroup Genlist * @ingroup Genlist
*/ */
EAPI void elm_genlist_highlight_mode_set(Evas_Object *obj, Eina_Bool highlight);
EAPI void
elm_genlist_highlight_mode_set(Evas_Object *obj,
Eina_Bool highlight);
/** /**
* Get whether the genlist items' should be highlighted when item selected. * Get whether the genlist items' should be highlighted when item selected.
@ -1923,9 +1918,7 @@ elm_genlist_highlight_mode_set(Evas_Object *obj,
* *
* @ingroup Genlist * @ingroup Genlist
*/ */
EAPI Eina_Bool elm_genlist_highlight_mode_get(const Evas_Object *obj);
EAPI Eina_Bool
elm_genlist_highlight_mode_get(const Evas_Object *obj);
/** /**
* @} * @}