Skip to content
Snippets Groups Projects
Commit 9d2cc0aa authored by Justin Kim's avatar Justin Kim Committed by Zeeshan Ali Khan
Browse files

client: Annotate default value of DistanceThreshold

The default value of DistanceThreshold is zero.

https://bugs.freedesktop.org/show_bug.cgi?id=94460
parent 2e648d9f
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,12 @@ ...@@ -37,8 +37,12 @@
Contains the current distance threshold in meters. This value is used Contains the current distance threshold in meters. This value is used
by the service when it gets new location info. If the distance moved is by the service when it gets new location info. If the distance moved is
below the threshold, it won't emit the LocationUpdated signal. below the threshold, it won't emit the LocationUpdated signal.
The default value is 0. When TimeThreshold is zero, it always emits
the signal.
--> -->
<property name="DistanceThreshold" type="u" access="readwrite"/> <property name="DistanceThreshold" type="u" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>
<!-- <!--
DesktopId: DesktopId:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment