diff options
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" /> |