From 015c061a16f5c18fda8faec47ed556ad7792da58 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 5 Apr 2016 00:23:11 +0200 Subject: [PATCH] dbus: correct the NMDevice::StateReason type --- introspection/nm-device.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: NMDeviceStateReasonStruct + Returns: A tuple of NMDeviceState and NMDeviceStateReason. -->