blob: 2b5376216358f65830e29966584790f8143ed6b9 [file] [log] [blame]
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/ubuntu/Upstart">
<interface name="com.ubuntu.Upstart0_6">
<method name="ReloadConfiguration">
</method>
<method name="GetJobByName">
<arg name="name" type="s" direction="in"/>
<arg name="job" type="o" direction="out"/>
</method>
<method name="GetAllJobs">
<arg name="jobs" type="ao" direction="out"/>
</method>
<signal name="JobAdded">
<arg name="job" type="o"/>
</signal>
<signal name="JobRemoved">
<arg name="job" type="o"/>
</signal>
<property name="version" type="s" access="read"/>
<property name="log_priority" type="s" access="readwrite"/>
</interface>
</node>