Age | Commit message (Collapse) | Author |
|
the data was never returned! fix fix fix.
found by PVS studio
@fix
|
|
|
|
|
|
|
|
|
|
|
|
It is not ready as a public API yet. It needs to run on GeoClue1
and GeoClue2 which will definitely bring API changes as some parts
are tied to mcuh to what GeoClue1 offers right now.
|
|
This brings in some fixed memory leaks from the generator.
|
|
Property set works now.
|
|
Generated by eldbus-codegen to avoid writing the boilerplate code by hand.
|
|
Some stay the same between 1 and 2 and others have changed. Mark enums that
are only available on one version.
|
|
In this case we want to continue with the loop.
CID: 1251472
|
|
Coverity spotted my laziness here with the eldbus functions. Better check that
they actually succeeded.
CID: 1251470, 1251471, 1251472, 1251473
|
|
That clearyl shows that I never build this for win32 and I missed to change
from ecore to elocation when copying the definition. My bad. Thanks goes to
jenkins and jpeg.
|
|
|
|
This API needs to get rewritten when the GeoClue2 support lands.
|
|
The code is an integer enum so we should really handle it like this. Use dummy
free callbacks for ecore_event_add as we pass not malloced data in.
|
|
|
|
The signature is given by the callback so the only thing we can do here is to
mute the warnings.
|
|
@mainpage would override the main efl page. Its no longer a separate
lib which needs its own mainpage. We just need to make sure the group
and sections show up from the main page.
|
|
|
|
Elocation is meant as a convenience library to ease application developers
the usage of geo information in their apps. Adding a geo tag to a picture or
translating an address to a GPS position and show it on a map widget are just
some of the use cases.
In the beginning elocation will rely on the GeoClue1 DBus service. Supporting
the new GeoClue2 DBus service is planned and worked on. GeoClue offers
providers for various techniques to get hold off the current position. Ranging
from GeoIP over wifi and GSM cell location to GPS.
This has been developed a while ago and was living in my private dev space.
It is about time to move this into EFL and bring it forward.
The detection of the GeoClue service is being handled on runtime and no new
dependency is added due to this library.
@feature
|