X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=doc%2Ftimedated-docbook.xml-org.freedesktop.timedate1.xml;h=e362b231a4fe26a13c3e48200b9286a7d8f036f9;hp=1dc9ed9692bda6adf5b2877ed3028ef83e780872;hb=1aa981f72eb5da974b88794558539feaef4d5336;hpb=a06e63a197ec1fff9ef5da6a8cda74deaef2f5d9 diff --git a/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml b/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml index 1dc9ed9..e362b23 100644 --- a/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml +++ b/doc/timedated-docbook.xml-org.freedesktop.timedate1.xml @@ -8,24 +8,28 @@ org.freedesktop.timedate1 Methods -SetTime (IN x usec_utc, - IN b relative, - IN b user_interaction); -SetTimezone (IN s timezone, - IN b user_interaction); -SetLocalRTC (IN b local_rtc, - IN b fix_system, - IN b user_interaction); -SetNTP (IN b use_ntp, - IN b user_interaction); +SetTime (IN x unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); +SetTimezone (IN s unnamed_arg0, + IN b unnamed_arg1); +SetLocalRTC (IN b unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); +SetNTP (IN b unnamed_arg0, + IN b unnamed_arg1); Properties -Timezone readable s -LocalRTC readable b -NTP readable b +Timezone readable s +LocalRTC readable b +CanNTP readable b +NTP readable b +NTPSynchronized readable b +TimeUSec readable t +RTCTimeUSec readable t @@ -38,22 +42,22 @@ The SetTime() method org.freedesktop.timedate1.SetTime() -SetTime (IN x usec_utc, - IN b relative, - IN b user_interaction); +SetTime (IN x unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); - IN x usec_utc: + IN x unnamed_arg0: - IN b relative: + IN b unnamed_arg1: - IN b user_interaction: + IN b unnamed_arg2: @@ -62,17 +66,17 @@ SetTime (IN x usec_utc, The SetTimezone() method org.freedesktop.timedate1.SetTimezone() -SetTimezone (IN s timezone, - IN b user_interaction); +SetTimezone (IN s unnamed_arg0, + IN b unnamed_arg1); - IN s timezone: + IN s unnamed_arg0: - IN b user_interaction: + IN b unnamed_arg1: @@ -81,22 +85,22 @@ SetTimezone (IN s timezone, The SetLocalRTC() method org.freedesktop.timedate1.SetLocalRTC() -SetLocalRTC (IN b local_rtc, - IN b fix_system, - IN b user_interaction); +SetLocalRTC (IN b unnamed_arg0, + IN b unnamed_arg1, + IN b unnamed_arg2); - IN b local_rtc: + IN b unnamed_arg0: - IN b fix_system: + IN b unnamed_arg1: - IN b user_interaction: + IN b unnamed_arg2: @@ -105,17 +109,17 @@ SetLocalRTC (IN b local_rtc, The SetNTP() method org.freedesktop.timedate1.SetNTP() -SetNTP (IN b use_ntp, - IN b user_interaction); +SetNTP (IN b unnamed_arg0, + IN b unnamed_arg1); - IN b use_ntp: + IN b unnamed_arg0: - IN b user_interaction: + IN b unnamed_arg1: @@ -139,6 +143,14 @@ LocalRTC readable b + + The "CanNTP" property + org.freedesktop.timedate1:CanNTP + +CanNTP readable b + + + The "NTP" property org.freedesktop.timedate1:NTP @@ -147,6 +159,30 @@ NTP readable b + + The "NTPSynchronized" property + org.freedesktop.timedate1:NTPSynchronized + +NTPSynchronized readable b + + + + + The "TimeUSec" property + org.freedesktop.timedate1:TimeUSec + +TimeUSec readable t + + + + + The "RTCTimeUSec" property + org.freedesktop.timedate1:RTCTimeUSec + +RTCTimeUSec readable t + + +