summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-02-18 11:43:36 +0100
committerThomas Haller <thaller@redhat.com>2019-02-21 10:10:20 +0100
commit3d12dbc0a7d7d533a22e8e5d28f9d177dae7acf0 (patch)
treea252d5015b9ee4cc4bbd71f04e15342acdecc767 /introspection
parent8ed7aef26d1afb78569ad4f75ad5e2771e4f078a (diff)
downloadNetworkManager-3d12dbc0a7d7d533a22e8e5d28f9d177dae7acf0.tar.gz
Remove WFD IEs property from P2P device
While this can be considered a property of the P2P device, the API will require setting it through the settings when activating a connection. As such, having a (read only) property on the device is not very useful, so remove it again.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml b/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
index 82a0e89b62..1fb508cb1c 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.WifiP2P.xml
@@ -28,20 +28,6 @@
<property name="GroupOwner" type="b" access="read"/>
<!--
- WFDIEs:
-
- The Wi-Fi Display information elements.
-
- Since: 1.16
- -->
- <property name="WFDIEs" type="ay" access="read">
- <!-- gdbus-codegen assumes that "ay" means "non-UTF-8 string" and
- won't deal with '\0' bytes correctly.
- -->
- <annotation name="org.gtk.GDBus.C.ForceGVariant" value="1"/>
- </property>
-
- <!--
Peers:
List of object paths of peers visible to this Wi-Fi P2P device.