Skip to content

Fix return values in GClueLocationSource start() implementations

Teemu Ikonen requested to merge tpikonen/geoclue:fix-start-retval into master

More fallout from !94 (merged). Does not actually change anything in the build result, since GCLUE_LOCATION_SOURCE_START_RESULT_FAILED == FALSE == 0, but reduces confusion.

Merge request reports