diff options
Diffstat (limited to 'introspection/nm-device.xml')
-rw-r--r-- | introspection/nm-device.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 0f4f50d925..848942abb8 100644 --- a/introspection/nm-device.xml +++ b/introspection/nm-device.xml @@ -37,6 +37,11 @@ Object path of the Ip4Config object describing the configuration of the device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state. </tp:docstring> </property> + <property name="Managed" type="b" access="read"> + <tp:docstring> + Whether or not this device is managed by NetworkManager. + </tp:docstring> + </property> <!-- Ugh, but I see no other way of getting the type on the caller based on dbus object path only --> |