aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorLukas Voegl <lvoegl@tdt.de>2024-11-22 15:53:33 +0100
committerLukas Voegl <lvoegl@tdt.de>2025-04-25 09:37:16 +0200
commit436081648b3587096683bd3ba4d219d16f14efb5 (patch)
tree4d134aeef271bd970c527dadfd611d05fec9903c /introspection
parent39123f964ba6f359987f22d89317a842d8f1d528 (diff)
api,modem: new 'IgnoredPorts' property
Expose a new list of 'IgnoredPorts' via D-Bus and therefore remove the use of `MM_MODEM_PORT_TYPE_IGNORED` Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml
index 6631d85c..d189474c 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.xml
@@ -973,9 +973,9 @@
<!--
Ports:
- The list of ports in the modem, given as an array of string and unsigned
- integer pairs. The string is the port name or path, and the integer is
- the port type given as a
+ The list of used ports in the modem, given as an array of string and
+ unsigned integer pairs. The string is the port name or path, and the
+ integer is the port type given as a
<link linkend="MMModemPortType">MMModemPortType</link> value.
Since: 1.0
@@ -983,6 +983,18 @@
<property name="Ports" type="a(su)" access="read" />
<!--
+ IgnoredPorts:
+
+ The list of ignored ports in the modem, given as an array of string and
+ unsigned integer pairs. The string is the port name or path, and the
+ integer is the port type given as a
+ <link linkend="MMModemPortType">MMModemPortType</link> value.
+
+ Since: 1.26
+ -->
+ <property name="IgnoredPorts" type="a(su)" access="read" />
+
+ <!--
EquipmentIdentifier:
The identity of the device.