aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-09-23 16:20:55 +0300
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-09-23 16:20:55 +0300
commitb6ae4fe7ba7facb6ec81403546f3849a848e129d (patch)
tree97e73d604a6bece4ce8e412fbad19432ca3a4d7c /spec
parentc6993f533c2a303dc0a6ca60100cff8cda74a84e (diff)
Core props: Refining the UserAlarm.* property declarations.
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context26
1 files changed, 13 insertions, 13 deletions
diff --git a/spec/core.context b/spec/core.context
index 85af8053..6dab3acf 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -352,7 +352,9 @@ The current cellular network registration status.
User alarms
-----------
-Information about the alams set by the user.
+Information about the alams set by the user. We assume, that the user
+can disable or enable all the alarms. In addition, the user can enable
+or disable each alarm individually.
</doc>
<key name="UserAlarm.Present">
<type>bool</type>
@@ -369,27 +371,25 @@ there are no alarms, UserAlarm.Enabled is true.
</doc>
</key>
<key name="UserAlarm.NextTime">
- <type>int</type>
+ <type>int32</type>
<doc>
-The time of the next alarm, in Unix time (the number of seconds since
-January 1.1.1970 00:00 UTC). If no alarms are present, the value is
-Unknown.
+The time of the next (enabled) alarm, in Unix time (the number of
+seconds since January 1.1.1970 00:00 UTC). If no alarms are present,
+the value is Unknown.
</doc>
</key>
<key name="UserAlarm.NextDescription">
<type>string</type>
<doc>
-The description of the next alarm. If no alarms are present, the value is Unknown.
+The description of the next (enabled) alarm. If no alarms are present,
+the value is Unknown.
</doc>
</key>
- <key name="UserAlarm.Cookies">
- <type><uniform-list type="int"/></type>
+ <key name="UserAlarm.NextCookie">
+ <type>int32</type>
<doc>
-The array of cookies, used for referring to the upcoming alarms when
-communicating with alarmd. If no alarms are present, the list is
-empty. The list contains only the alarms to occur in the future, and
-it is ordered by the time of the alarm. The first element of the list
-is the cookie of the next alarm.
+The cookie of the next (enabled) alarm. The cookie can be used for
+referring to the alarm when communicating with timed.
</doc>
</key>
<doc>