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.Signal.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.Signal.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Signal.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml index 610c6db9..91a3c115 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml @@ -26,6 +26,8 @@ @rate: refresh rate to set, in seconds. 0 to disable retrieval. Setup extended signal quality information retrieval. + + Since: 1.2 --> <method name="Setup"> <arg name="rate" type="u" direction="in" /> @@ -36,6 +38,8 @@ Refresh rate for the extended signal quality information updates, in seconds. A value of 0 disables the retrieval of the values. + + Since: 1.2 --> <property name="Rate" type="u" access="read" /> @@ -66,6 +70,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.2 --> <property name="Cdma" type="a{sv}" access="read" /> @@ -112,6 +118,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.2 --> <property name="Evdo" type="a{sv}" access="read" /> @@ -134,6 +142,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.2 --> <property name="Gsm" type="a{sv}" access="read" /> @@ -172,6 +182,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.2 --> <property name="Umts" type="a{sv}" access="read" /> @@ -218,6 +230,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.2 --> <property name="Lte" type="a{sv}" access="read" /> @@ -256,6 +270,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.16 --> <property name="Nr5g" type="a{sv}" access="read" /> |