mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-30 18:17:14 +02:00
Fix introspection xml
This commit is contained in:
@ -212,11 +212,11 @@ R"delimiter(<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspectio
|
|||||||
</interface>
|
</interface>
|
||||||
<interface name="com.kistler.testsdbuscpp">
|
<interface name="com.kistler.testsdbuscpp">
|
||||||
<annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
|
<annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
|
||||||
<method name="doOperationAsync">
|
<method name="doOperation">
|
||||||
<arg type="u" direction="in"/>
|
<arg type="u" direction="in"/>
|
||||||
<arg type="u" direction="out"/>
|
<arg type="u" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
<method name="doOperationSync">
|
<method name="doOperationAsync">
|
||||||
<arg type="u" direction="in"/>
|
<arg type="u" direction="in"/>
|
||||||
<arg type="u" direction="out"/>
|
<arg type="u" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
Reference in New Issue
Block a user