forked from OpenXT/idl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.xml
More file actions
15 lines (15 loc) · 783 Bytes
/
hello.xml
File metadata and controls
15 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/com/citrix/HelloWorld">
<interface name="com.citrix.HelloService.HelloInterface">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hello_object"/>
<method name="SayHello">
<!-- This is optional, and in this case is redunundant -->
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="hello_object_say_hello"/>
<arg type="u" name="uint_in" direction="in" /> <!-- uint -->
<arg type="s" name="str_in" direction="in" /> <!-- string -->
<arg type="d" name="dbl_in" direction="in" /> <!-- double -->
<arg type="d" name="dbl_ret" direction="out" /> <!-- double -->
<arg type="s" name="str_ret" direction="out" /> <!-- string -->
</method>
</interface>
</node>