Removing warnings in elm_tests.
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Fri, 24 Sep 2010 14:48:15 +0000 (14:48 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Fri, 24 Sep 2010 14:48:15 +0000 (14:48 +0000)
commit7ebcaa3dde26a64f9b880dd0d4d88e0a84316965
treed56d62c0046a38cf3dc2f8d15cfb3298bb826d73
parent00b4970ef8ff69b0c0d1f054850314ada4687292
Removing warnings in elm_tests.

Most of the errors referred to the cast from int to void* in x86_64.
This need conversion to long, as intermediate.

Some calls to elm_widget not exposed API were changed to their similar
at elm_object API.

Elm_Photo never call "drop" smart callback, but i leave the callback
in tests.

And others API methods are included in Elementary.h

Now elementary build with -Wall -Werror in x86_64.

SVN revision: 52691
src/bin/test_floating.c
src/bin/test_genlist.c
src/bin/test_index.c
src/bin/test_launcher.c
src/bin/test_photo.c
src/bin/test_slideshow.c
src/lib/Elementary.h.in