Fix introspection xml

This commit is contained in:
sangelovic
2019-01-27 15:13:15 +01:00
parent 0cf27f7262
commit e59afb827b

View File

@ -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>