diff options
author | Dan Winship <danw@redhat.com> | 2015-04-15 14:53:30 -0400 |
---|---|---|
committer | Dan Winship <danw@redhat.com> | 2015-08-10 09:41:26 -0400 |
commit | 6c8f860820a9d7a29e629b8d3d7f97145d385d33 (patch) | |
tree | 5d2068284a16055b3b3160de15a9954266813904 /introspection | |
parent | 7f6e39ec6ecc8c417603b39e6cc557bf79e593cf (diff) | |
download | NetworkManager-6c8f860820a9d7a29e629b8d3d7f97145d385d33.tar.gz |
core: port IP/DHCP config to gdbus
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-ip6-config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/introspection/nm-ip6-config.xml b/introspection/nm-ip6-config.xml index f2ef386ba1..1a107bf29f 100644 --- a/introspection/nm-ip6-config.xml +++ b/introspection/nm-ip6-config.xml @@ -35,6 +35,10 @@ </tp:docstring> </property> <property name="Nameservers" type="aay" access="read"> + <!-- gdbus-codegen assumes that "aay" means "array of non-UTF-8 + string" and so would make this a char **. + --> + <annotation name="org.gtk.GDBus.C.ForceGVariant" value="1"/> <tp:docstring>The nameservers in use.</tp:docstring> </property> <property name="Domains" type="as" access="read"> |