summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-09-05 08:50:02 -0500
committerThomas Haller <thaller@redhat.com>2015-12-04 12:15:12 +0100
commitd6f9230beba146818112b36f9f31c9eb10bec888 (patch)
tree06d5301e3d04fccc8606f7c38e4069ec7f19eebd /introspection
parent7c4b5a44127eb0d1f1669fa49b5e32dbcbb4bd38 (diff)
downloadNetworkManager-d6f9230beba146818112b36f9f31c9eb10bec888.tar.gz
core: add "real" NMDevice property
This property is TRUE for devices that exist either as a kernel device or are backed by some other resource (eg, ModemManager object, Bluez device, etc). It will eventually be FALSE for software devices that are not yet instantiated.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index fd377a07eb..cf04ac82f8 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -161,6 +161,13 @@
LLDP TLV names to variant boxed values.
</tp:docstring>
</property>
+ <property name="Real" type="b" access="read">
+ <tp:docstring>
+ True if the device exists, or False for placeholder devices that
+ do not yet exist but could be automatically created by NetworkManager
+ if one of their AvailableConnections was activated.
+ </tp:docstring>
+ </property>
<method name="Disconnect">
<tp:docstring>