diff options
| author | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
| commit | 3a99ba5fd066fe42bd5461360a7411766496619c (patch) | |
| tree | b43863fbe867d7b0f9f9032fd40664c521c88fcb /introspection/org.freedesktop.NetworkManager.Device.Modem.xml | |
| parent | 13cfe714153013158bdf3e74ab58ab713a04223c (diff) | |
| parent | 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (diff) | |
Update upstream source from tag 'upstream/1.19.90'
Update to upstream version '1.19.90' with Debian dir 6d1a5b9902866beee1365904d425141b5d4c944c
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Modem.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.Modem.xml | 52 |
1 files changed, 41 insertions, 11 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml index d3cbd557..fabe1a2e 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml @@ -6,17 +6,6 @@ --> <interface name="org.freedesktop.NetworkManager.Device.Modem"> - - <!-- - PropertiesChanged: - @properties: A dictionary mapping property names to variant boxed values - - DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. - --> - <signal name="PropertiesChanged"> - <arg name="properties" type="a{sv}"/> - </signal> - <!-- ModemCapabilities: @@ -38,5 +27,46 @@ Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link> --> <property name="CurrentCapabilities" type="u" access="read"/> + + <!-- + DeviceId: + + An identifier used by the modem backend (ModemManager) that aims to + uniquely identify the a device. Can be used to match a connection to a + particular device. + + Since: 1.20 + --> + <property name="DeviceId" type="s" access="read" /> + + <!-- + OperatorCode: + + The MCC and MNC (concatenated) of the network the modem is connected to. + Blank if disconnected or not a 3GPP modem. + + Since: 1.20 + --> + <property name="OperatorCode" type="s" access="read" /> + + <!-- + Apn: + + The access point name the modem is connected to. Blank if disconnected. + + Since: 1.20 + --> + <property name="Apn" type="s" access="read" /> + + <!-- + PropertiesChanged: + @properties: A dictionary mapping property names to variant boxed values + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + --> + <signal name="PropertiesChanged"> + <arg name="properties" type="a{sv}"/> + </signal> + </interface> </node> |