summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-12-23 12:56:31 -0500
committerDan Winship <danw@gnome.org>2014-04-25 12:58:12 -0400
commitc0254336ce99737115d7b6a598e5e46215201aea (patch)
treee4b365e6979fec7d9123505367702574bcd37169
parent0c2586a7861cdf8b79deaf4a90cc5967574521f7 (diff)
downloadNetworkManager-c0254336ce99737115d7b6a598e5e46215201aea.tar.gz
introspection: fix Device.Ip4Address type
https://bugzilla.gnome.org/show_bug.cgi?id=720963
-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 06f5781c8b..f9fbc61d07 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -51,7 +51,7 @@
Flags describing the capabilities of the device.
</tp:docstring>
</property>
- <property name="Ip4Address" type="i" access="read">
+ <property name="Ip4Address" type="u" access="read">
<tp:docstring>
DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object instead.
</tp:docstring>