Sdbus-C++ upgrade.

This commit is contained in:
Robin E. R. Davies
2025-08-16 16:29:31 -04:00
parent 8f96ae70c6
commit 088bbe868a
62 changed files with 4316 additions and 328 deletions
@@ -0,0 +1,37 @@
<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="fi.w1.wpa_supplicant1">
<method name="CreateInterface">
<arg name="args" type="a{sv}" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
<method name="RemoveInterface">
<arg name="path" type="o" direction="in"/>
</method>
<method name="GetInterface">
<arg name="ifname" type="s" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
<method name="ExpectDisconnect"/>
<signal name="InterfaceAdded">
<arg name="path" type="o"/>
<arg name="properties" type="a{sv}"/>
</signal>
<signal name="InterfaceRemoved">
<arg name="path" type="o"/>
</signal>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}"/>
</signal>
<property name="DebugLevel" type="s" access="readwrite"/>
<property name="DebugTimestamp" type="b" access="readwrite"/>
<property name="DebugShowKeys" type="b" access="readwrite"/>
<property name="Interfaces" type="ao" access="read"/>
<property name="EapMethods" type="as" access="read"/>
<property name="Capabilities" type="as" access="read"/>
<property name="WFDIEs" type="ay" access="readwrite"/>
</interface>
<node name="Interfaces"/>
</node>