mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 15:40:17 +01: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') (cherry picked from commit109a6fd557) (cherry picked from commit0c6ebcb6ed)
This commit is contained in:
parent
091b11801a
commit
323e8eadf3
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,15 @@
|
|||
<interface name="org.freedesktop.NetworkManager.WifiP2PPeer">
|
||||
<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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue