widget: Move signal functions to internal only
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 8 Aug 2017 08:53:55 +0000 (17:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 9 Aug 2017 03:21:42 +0000 (12:21 +0900)
commit1dad7e3e021871d2e7103877900aaafd2795eacf
treecaac9eb93424de2e712fe8577c073c84a86c9b3c
parentbe5b16850bfd9561f0052d678edab8c9e1f27641
widget: Move signal functions to internal only

elm_widget APIs are internal only, even if they may be EAPI. The EAPI
here is for modules.

I believe this API is only required for layout objects, so simply should
remain in the layout class. Then you can do efl_isa() and call the
functions or accept error messages if you want to be more careless.

Ref T5363
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo