Elementary: Split headers for widgets.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 29 Apr 2013 07:03:21 +0000 (10:03 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 29 Apr 2013 12:42:08 +0000 (15:42 +0300)
commit088e2dfd12086bcfa41030237e32a375036296f1
treefa8b5723b22ff7e1bb0340def759a6263eeb616e
parent2037434bd89f4ab653d12a6625591cb1d15b954d
Elementary: Split headers for widgets.

Layout, Mapbug, List, Notify, Photo, Scroller, Toolbar and Win.
Fixes for Doxygen.
44 files changed:
src/lib/Makefile.am
src/lib/elc_fileselector_eo.h
src/lib/elc_naviframe_eo.h
src/lib/elc_popup_eo.h
src/lib/elm_conform_eo.h
src/lib/elm_gengrid_eo.h
src/lib/elm_genlist_eo.h
src/lib/elm_grid_eo.h
src/lib/elm_image_eo.h
src/lib/elm_index_eo.h
src/lib/elm_label_eo.h
src/lib/elm_layout.h
src/lib/elm_layout_common.h [new file with mode: 0644]
src/lib/elm_layout_eo.h [new file with mode: 0644]
src/lib/elm_layout_legacy.h [new file with mode: 0644]
src/lib/elm_list.h
src/lib/elm_list_common.h [new file with mode: 0644]
src/lib/elm_list_eo.h [new file with mode: 0644]
src/lib/elm_list_legacy.h [new file with mode: 0644]
src/lib/elm_mapbuf.h
src/lib/elm_mapbuf_eo.h [new file with mode: 0644]
src/lib/elm_mapbuf_legacy.h [new file with mode: 0644]
src/lib/elm_notify.h
src/lib/elm_notify_common.h [new file with mode: 0644]
src/lib/elm_notify_eo.h [new file with mode: 0644]
src/lib/elm_notify_legacy.h [new file with mode: 0644]
src/lib/elm_photo.h
src/lib/elm_photo_eo.h [new file with mode: 0644]
src/lib/elm_photo_legacy.h [new file with mode: 0644]
src/lib/elm_prefs_eo.h
src/lib/elm_prefs_legacy.h
src/lib/elm_scroller.h
src/lib/elm_scroller_common.h [new file with mode: 0644]
src/lib/elm_scroller_eo.h [new file with mode: 0644]
src/lib/elm_scroller_legacy.h [new file with mode: 0644]
src/lib/elm_systray_eo.h
src/lib/elm_toolbar.h
src/lib/elm_toolbar_common.h [new file with mode: 0644]
src/lib/elm_toolbar_eo.h [new file with mode: 0644]
src/lib/elm_toolbar_legacy.h [new file with mode: 0644]
src/lib/elm_win.h
src/lib/elm_win_common.h [new file with mode: 0644]
src/lib/elm_win_eo.h [new file with mode: 0644]
src/lib/elm_win_legacy.h [new file with mode: 0644]