summaryrefslogtreecommitdiffstats
path: root/src/tests/sbus_codegen_tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/sbus_codegen_tests.xml')
-rwxr-xr-xsrc/tests/sbus_codegen_tests.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/tests/sbus_codegen_tests.xml b/src/tests/sbus_codegen_tests.xml
index e571dbc17..331538ef9 100755
--- a/src/tests/sbus_codegen_tests.xml
+++ b/src/tests/sbus_codegen_tests.xml
@@ -33,6 +33,12 @@
<!-- A method with a specific c name -->
<method name="Crash">
<annotation value="crash_now" name="org.freedesktop.DBus.GLib.CSymbol"/>
+ <arg name="where" type="s" direction="in"/>
+ </method>
+
+ <!-- A method without a type-safe handler -->
+ <method name="Land">
+ <annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
</interface>
@@ -45,6 +51,15 @@
<!-- A property -->
<property name="FullName" type="s" access="readwrite"/>
+
+ <!-- A simple method -->
+ <method name="Blink">
+ <!-- This is an uint32 arg -->
+ <arg name="duration" type="u" direction="in"/>
+ <!-- This is a boolean return value -->
+ <arg name="crashed" type="b" direction="out"/>
+ </method>
+
</interface>
</node>