projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2968b36
)
elementary/list - correct line alignment for consistency.
author
ChunEon Park
<hermet@hermet.pe.kr>
Fri, 29 Mar 2013 11:22:41 +0000
(20:22 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Fri, 29 Mar 2013 11:22:41 +0000
(20:22 +0900)
legacy/elementary/src/lib/elm_list.h
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/lib/elm_list.h
b/legacy/elementary/src/lib/elm_list.h
index
5f28c8a
..
cf517c0
100644
(file)
--- a/
legacy/elementary/src/lib/elm_list.h
+++ b/
legacy/elementary/src/lib/elm_list.h
@@
-622,8
+622,7
@@
EAPI Eina_Bool elm_list_horizontal_get(const Evas_Object *obj
*
* @ingroup List
*/
-EAPI void
-elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode mode);
+EAPI void elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode mode);
/**
* Get the list select mode.
@@
-636,8
+635,7
@@
elm_list_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode mode);
*
* @ingroup List
*/
-EAPI Elm_Object_Select_Mode
-elm_list_select_mode_get(const Evas_Object *obj);
+EAPI Elm_Object_Select_Mode elm_list_select_mode_get(const Evas_Object *obj);
/**
* Append a new item to the list object.