elm_selection_get() is in elm_priv.h and should not be used outside libelementary.so
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 7 Sep 2010 15:54:43 +0000 (15:54 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 7 Sep 2010 15:54:43 +0000 (15:54 +0000)
commit6ba3a6cf05fba79b753bbe517126a138baac2591
tree5ff1acf6ef7925ffc6771514b1cbd834084946c1
parentbb27c995351906e22ce5558abcef45d7cfeb3d42
elm_selection_get() is in elm_priv.h and should not be used outside libelementary.so

this is clear when building with -fvisibility=hidden and it breaks
with undefined reference as elm_selection_get() is not marked as EAPI.

SVN revision: 51956
src/bin/test_drag.c