diff options
| author | Michael Biebl <biebl@debian.org> | 2022-05-04 15:38:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-05-04 15:38:03 +0200 |
| commit | fc1f1b6881ed5199b4cc81face915769a3dc9897 (patch) | |
| tree | d2b3f6b775541cece8de7ef9e687c72665f5d820 /introspection/org.freedesktop.NetworkManager.Device.Modem.xml | |
| parent | 16cc38ed3d1761b178512c9a6c291ad366c6fad8 (diff) | |
| parent | 9959fdb2e8ddd06f2161798ca0a39c77d67c652d (diff) | |
Update upstream source from tag 'upstream/1.37.92'
Update to upstream version '1.37.92' with Debian dir 0128b715b1fc3e516169a4599c33567587d59088
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Modem.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.Modem.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml index b089bda2..1aa0c834 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml @@ -2,7 +2,7 @@ <node name="/"> <!-- org.freedesktop.NetworkManager.Device.Modem: - @short_description: Modem Device + @short_description: Modem Device. --> <interface name="org.freedesktop.NetworkManager.Device.Modem"> @@ -30,31 +30,31 @@ <!-- DeviceId: + @since: 1.20 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: + @since: 1.20 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: + @since: 1.20 The access point name the modem is connected to. Blank if disconnected. - Since: 1.20 --> <property name="Apn" type="s" access="read" /> |