elm_widget: correct declaration of function with no parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:50:14 +0000 (17:50 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:51:50 +0000 (17:51 +0100)
commitbc05cd81bd98c55b373fafad77a2e914f020b763
treeb448a4061e44ce616426177dccf51217c2a75b73
parentb53aeeb3ee5d88a9865ee32e097d25a455b98791
elm_widget: correct declaration of  function with no parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.

Thanks for the sparse semantic parser for pointing this out.
legacy/elementary/src/lib/elm_widget.h