diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:14:03 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-12-09 13:14:03 +0200 |
commit | 06c5bd7d72a88d54ee9efd5bf37ffaabd91b1562 (patch) | |
tree | 84153d1ada2cc1147f68651555f70e49cbc82588 /doc | |
parent | bb1715de71ae992128c99ffad15e15d5168a2e1f (diff) | |
download | connman-06c5bd7d72a88d54ee9efd5bf37ffaabd91b1562.tar.gz connman-06c5bd7d72a88d54ee9efd5bf37ffaabd91b1562.tar.bz2 connman-06c5bd7d72a88d54ee9efd5bf37ffaabd91b1562.zip |
doc: Mark clock API as experimental for now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock-api.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/clock-api.txt b/doc/clock-api.txt index 4ec31606..6818f5a8 100644 --- a/doc/clock-api.txt +++ b/doc/clock-api.txt @@ -5,14 +5,14 @@ Service net.connman Interface net.connman.Clock Object path / -Methods dict GetProperties() +Methods dict GetProperties() [experimental] Returns all system clock properties. See the properties section for available properties. Possible Errors: [service].Error.InvalidArguments - void SetProperty(string name, variant value) + void SetProperty(string name, variant value) [experimental] Changes the value of the specified property. Only properties that are listed as read-write are @@ -22,13 +22,13 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments [service].Error.InvalidProperty -Signals PropertyChanged(string name, variant value) +Signals PropertyChanged(string name, variant value) [experimental] This signal indicates a changed value of the given property. -Properties uint64 Time [readonly or readwrite] +Properties uint64 Time [readonly or readwrite] [experimental] Current system time in seconds since epoch. @@ -44,7 +44,7 @@ Properties uint64 Time [readonly or readwrite] time should be using gettimeofday() and related system calls. - string TimeUpdates [readwrite] + string TimeUpdates [readwrite] [experimental] Possible values are "manual" and "auto" to indicate time update policy. @@ -53,7 +53,7 @@ Properties uint64 Time [readonly or readwrite] many sources as possible to determine the correct and updated time. - string Timezone [readonly or readwrite] + string Timezone [readonly or readwrite] [experimental] Current system timezone string. Allowed values are from the standard timezone data (tzdata) @@ -66,7 +66,7 @@ Properties uint64 Time [readonly or readwrite] When the timezone gets changed a PropertyChanged signal will be send out. - string TimezoneUpdates [readwrite] + string TimezoneUpdates [readwrite] [experimental] Possible values are "manual" and "auto" to indicate timezone update policy. @@ -75,7 +75,7 @@ Properties uint64 Time [readonly or readwrite] many sources as possible to determine the correct timezone. - array{string} Timeservers [readwrite] + array{string} Timeservers [readwrite] [experimental] List of global default NTP servers. The list should be sorted in order of preference. |