summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-05 00:23:11 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-05 14:37:51 +0200
commit015c061a16f5c18fda8faec47ed556ad7792da58 (patch)
treee4b06273042382f623f41409a02bd807eb3f70fb
parent2ae34aef9fde73e269e4d99b19baed1ec0e6a465 (diff)
downloadNetworkManager-015c061a16f5c18fda8faec47ed556ad7792da58.tar.gz
dbus: correct the NMDevice::StateReason type
-rw-r--r--introspection/nm-device.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index e185e4eb63..d4535a84da 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -88,7 +88,7 @@
The current state and reason for changing to that state.
- Returns: <link linkend="NMDeviceStateReasonStruct">NMDeviceStateReasonStruct</link>
+ Returns: A tuple of <link linkend="NMDeviceState">NMDeviceState</link> and <link linkend="NMDeviceStateReason">NMDeviceStateReason</link>.
-->
<property name="StateReason" type="(uu)" access="read"/>