elm widget: move some types used in elm_widget.eo to Eolian files
authorVitor Sousa <vitorsousasilva@gmail.com>
Tue, 16 Feb 2016 01:57:10 +0000 (23:57 -0200)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 22 Feb 2016 13:38:26 +0000 (10:38 -0300)
commit76c45e2b2c8fc2673ec6827454f68fd046e96f49
tree9c467ee13b908917729d3e3f43a76257c2875a67
parent144135d896923f7026db0ed5f78cdb0069cffd4e
elm widget: move some types used in elm_widget.eo to Eolian files

Move declarations of types used in elm_widget.eo to elm_general.eot and
elm_widget.eo.
Give them a Eolian name and use it instead of the old ones.

Correct the type name of some other types used as method parameters, by
using the Eolian names instead of legacy/generated names.

Reorganize the positions of elm_widget.eo.h inclusion and
of callback type declarations in elm_widget.h.
This make a clearer distinction of the types in elm_widget.h that are
still required in elm_widget.eo.h.
legacy/elementary/src/lib/elm_config.h
legacy/elementary/src/lib/elm_focus.h
legacy/elementary/src/lib/elm_general.eot
legacy/elementary/src/lib/elm_widget.eo
legacy/elementary/src/lib/elm_widget.h