aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.Modem.Sar.xml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-23 11:33:34 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-23 12:50:17 +0100
commit97ae345d9eeba4ceca5ce308a42c56cf783f27d2 (patch)
treeb3fa8e57445727a637f1456c5d2495d27594c26f /introspection/org.freedesktop.ModemManager1.Modem.Sar.xml
parentdd3cb6e774efcb4a18c0865e8482b0389bad19b3 (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.Sar.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Sar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Sar.xml b/introspection/org.freedesktop.ModemManager1.Modem.Sar.xml
index 5acffc5f..773cd571 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Sar.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Sar.xml
@@ -53,6 +53,8 @@
When disabled, the modem's output power level is dynamically updated
exclusively by the device.
+
+ Since: 1.18
-->
<method name="Enable">
<arg name="enable" type="b" direction="in" />
@@ -68,6 +70,8 @@
number of levels and corresponding power output for each level.
The index set here will apply to all antennas on the system.
+
+ Since: 1.18
-->
<method name="SetPowerLevel">
<arg name="level" type="u" direction="in" />
@@ -77,6 +81,8 @@
State:
Boolean indicating whether dynamic SAR is currently enabled.
+
+ Since: 1.18
-->
<property name="State" type="b" access="read" />
@@ -87,6 +93,8 @@
for setting the output power of all antennas on the system.
This value is only applicable when dynamic SAR is enabled.
+
+ Since: 1.18
-->
<property name="PowerLevel" type="u" access="read" />