From 9ab00e96edb99b056c83c60f3d192a725ef9bea3 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 29 Oct 2014 11:23:58 +0100 Subject: [PATCH] docs/elocation: Update some more version tags --- src/lib/elocation/elocation_private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/elocation/elocation_private.h b/src/lib/elocation/elocation_private.h index 1203cc35b1..e65df42a45 100644 --- a/src/lib/elocation/elocation_private.h +++ b/src/lib/elocation/elocation_private.h @@ -95,7 +95,7 @@ extern int ELOCATION_EVENT_OUT; /** * @ingroup Location * @typedef GeocluePositionFields - * @since 1.8 + * @since 1.13 * * Bitmask to indicate which of the supplied positions fields are valid. * @@ -112,7 +112,7 @@ typedef enum { /** * @ingroup Location * @typedef GeoclueNetworkStatus - * @since 1.8 + * @since 1.13 * * Status of the network connectivity for GeoClue. Needed for all providers that * access external data to determine the location. For example GeoIP or GeoCode @@ -131,7 +131,7 @@ typedef enum { /** * @ingroup Location * @typedef GeoclueStatus - * @since 1.8 + * @since 1.13 * * Status of a GeoClue provider. * @@ -148,7 +148,7 @@ typedef enum { /** * @ingroup Location * @typedef GeoclueVelocityFields - * @since 1.8 + * @since 1.13 * * Bitmask to indicate which of the supplied velocity fields are valid. * @@ -165,7 +165,7 @@ typedef enum { /** * @ingroup Location * @typedef Elocation_Provider - * @since 1.8 + * @since 1.13 * * Data structure to hold information about a GeoClue provider. *