diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-23 11:33:34 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-23 12:50:17 +0100 |
commit | 97ae345d9eeba4ceca5ce308a42c56cf783f27d2 (patch) | |
tree | b3fa8e57445727a637f1456c5d2495d27594c26f /introspection/org.freedesktop.ModemManager1.Modem.Time.xml | |
parent | dd3cb6e774efcb4a18c0865e8482b0389bad19b3 (diff) |
api: add 'Since' tags
These are not actively used by gdbus-codegen or gtk-doc, but they're
helpful anyway so that users know when a given API method was
introduced.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Time.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Time.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Time.xml b/introspection/org.freedesktop.ModemManager1.Modem.Time.xml index 2659338e..7dc17e2e 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Time.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Time.xml @@ -35,6 +35,8 @@ This method will only work if the modem tracks, or can request, the current network time; it will not attempt to use previously-received network time updates on the host to guess the current network time. + + Since: 1.0 --> <method name="GetNetworkTime"> <arg name="time" type="s" direction="out" /> @@ -66,6 +68,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.0 --> <property name="NetworkTimezone" type="a{sv}" access="read" /> @@ -74,6 +78,8 @@ @time: A string containing date and time in ISO 8601 format. Sent when the network time is updated. + + Since: 1.0 --> <signal name="NetworkTimeChanged"> <arg name="time" type="s" /> |