mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 20:38:10 +02:00
introspection: belatedly add Wi-Fi P2P peer "Name" property to D-Bus introspection file
Fixes: 00e64d1332 ('core/devices: Add P2P Wifi device and peer tracking')
This commit is contained in:
parent
51b39ceb33
commit
109a6fd557
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,15 @@
|
||||||
<interface name="org.freedesktop.NetworkManager.WifiP2PPeer">
|
<interface name="org.freedesktop.NetworkManager.WifiP2PPeer">
|
||||||
<annotation name="org.gtk.GDBus.C.Name" value="Wifi_P2P_Peer"/>
|
<annotation name="org.gtk.GDBus.C.Name" value="Wifi_P2P_Peer"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Name:
|
||||||
|
|
||||||
|
Device name.
|
||||||
|
|
||||||
|
Since: 1.16
|
||||||
|
-->
|
||||||
|
<property name="Name" type="s" access="read"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Flags:
|
Flags:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue