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.Firmware.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.Firmware.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml index 848d55ca..d8464bf5 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml @@ -95,6 +95,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.0 --> <method name="List"> <arg name="selected" type="s" direction="out" /> @@ -114,6 +116,8 @@ or if the image could not be selected for some reason. Installed images can be selected non-destructively. + + Since: 1.0 --> <method name="Select"> <arg name="uniqueid" type="s" direction="in" /> @@ -177,6 +181,8 @@ </listitem> </varlistentry> </variablelist> + + Since: 1.10 --> <property name="UpdateSettings" type="(ua{sv})" access="read" /> |