diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 18 |
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. |