elisp-vcs/tox/tox-object.xml
2009-03-29 20:44:54 +02:00

21 lines
723 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name='/net/sourceforce/emacs_jabber/Tox'>
<!-- Note the underscore in the interface name!
Bus names can have hyphens, but interface names can't.
I guess that's a good way to distinguish them. -->
<interface name='net.sourceforge.emacs_jabber.Tox'>
<method name='CreateSession'>
<!-- 1: send only.
2: receive only.
3: send and receive.
-->
<arg name='direction' direction='in' type='y'/>
<arg name='session' type='o' direction='out'/>
</method>
</interface>
</node>