diff options
Diffstat (limited to 'introspection/nm-device.xml')
| -rw-r--r-- | introspection/nm-device.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 20bbb917..b03b1b84 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -120,6 +120,11 @@ The general type of the network device; ie Ethernet, WiFi, etc. </tp:docstring> </property> + <property name="AvailableConnections" type="ao" access="read"> + <tp:docstring> + An array of object paths of every configured connection that is currently 'available' through this device. + </tp:docstring> + </property> <method name="Disconnect"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_disconnect"/> @@ -279,6 +284,11 @@ The device is an ADSL device supporting PPPoE and PPPoATM protocols. </tp:docstring> </tp:enumvalue> + <tp:enumvalue suffix="BRIDGE" value="13"> + <tp:docstring> + The device is a bridge interface. + </tp:docstring> + </tp:enumvalue> </tp:enum> <tp:flags name="NM_DEVICE_CAP" value-prefix="NM_DEVICE_CAP" type="u"> @@ -554,6 +564,21 @@ Problem with the RFC 2684 Ethernet over ADSL bridge. </tp:docstring> </tp:enumvalue> + <tp:enumvalue suffix="MODEM_MANAGER_UNAVAILABLE" value="52"> + <tp:docstring> + ModemManager was not running or quit unexpectedly. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="SSID_NOT_FOUND" value="53"> + <tp:docstring> + The 802.11 Wi-Fi network could not be found. + </tp:docstring> + </tp:enumvalue> + <tp:enumvalue suffix="SECONDARY_CONNECTION_FAILED" value="54"> + <tp:docstring> + A secondary connection of the base connection failed. + </tp:docstring> + </tp:enumvalue> </tp:enum> <tp:struct name="NM_DEVICE_STATE_REASON_STRUCT"> |