summaryrefslogtreecommitdiff
path: root/src/lib/elocation
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-11-12 09:54:58 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-11-12 09:54:58 +0100
commit4c57c254e2db3fa1f3ffaa15d3e13eafd1eba41a (patch)
tree8012c583ea1dd33a3231179b6f6f8666f6862ae7 /src/lib/elocation
parent237fdd3db89d3a8736771bc0bc75ba43fb1404ac (diff)
downloadefl-4c57c254e2db3fa1f3ffaa15d3e13eafd1eba41a.tar.gz
elocation: _EVENT_IN and _EVENT_OUT are internal events which means no EAPI
Diffstat (limited to 'src/lib/elocation')
-rw-r--r--src/lib/elocation/elocation.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/elocation/elocation.c b/src/lib/elocation/elocation.c
index 2478c51623..0722a56b93 100644
--- a/src/lib/elocation/elocation.c
+++ b/src/lib/elocation/elocation.c
@@ -40,8 +40,6 @@ static char nmea_sentence[256];
int _elocation_log_dom = -1;
/* Elocation ecore event types we provide to the application. */
-EAPI int ELOCATION_EVENT_IN;
-EAPI int ELOCATION_EVENT_OUT;
EAPI int ELOCATION_EVENT_STATUS;
EAPI int ELOCATION_EVENT_POSITION;
EAPI int ELOCATION_EVENT_ADDRESS;
@@ -53,6 +51,10 @@ EAPI int ELOCATION_EVENT_SATELLITE;
EAPI int ELOCATION_EVENT_POI;
EAPI int ELOCATION_EVENT_META_READY;
+/* Internal events */
+int ELOCATION_EVENT_IN;
+int ELOCATION_EVENT_OUT;
+
static void
_dummy_free(void *user_data EINA_UNUSED, void *func_data EINA_UNUSED)
{