PIKApp/app/gui/dbus-service.xml

32 lines
728 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node>
<interface name="technology.heckin.PIKA.UI">
<method name="Open">
<arg type="s" name="uri" direction="in" />
<arg type="b" name="success" direction="out" />
</method>
<method name="OpenAsNew">
<arg type="s" name="uri" direction="in" />
<arg type="b" name="success" direction="out" />
</method>
<method name="BatchRun">
<arg type="s" name="interpreter" direction="in" />
<arg type="s" name="command" direction="in" />
<arg type="b" name="success" direction="out" />
</method>
<method name="Activate" />
<signal name="Opened">
<arg type="s" name="uri" />
</signal>
</interface>
</node>