eeze/sensor: Move eeze_Sernsor_obj_get into private header.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 12 Apr 2013 12:47:25 +0000 (13:47 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 12 Apr 2013 14:35:08 +0000 (15:35 +0100)
commit6b70dd57d3119797988f3ec028c3dda22a0c3e90
treeb6a1b86d3baffff72c8c99cadda15d210a437e6f
parent882b7a72eb9058f0a1948e9b7541bd75a430de26
eeze/sensor: Move eeze_Sernsor_obj_get into private header.

Together with eeze_sensor_module_register/unregister these are the functions
that are irrelevant for developer when they just want to use the eeze_sensor
API.

Still all three need to be marked with EAPI as they are used in the backend
modules and due to our visibility hidden usage the module loading would fail
if we remove EAPI from them.

Moving them into the private header should give an indication that these are
not meant for pure API users.
src/lib/eeze/Eeze_Sensor.h
src/lib/eeze/eeze_sensor_private.h
src/tests/eeze/eeze_suite.c