• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3<node name="/com/ubuntu/Upstart">
4  <interface name="com.ubuntu.Upstart0_6">
5    <method name="ReloadConfiguration">
6    </method>
7    <method name="GetJobByName">
8      <arg name="name" type="s" direction="in"/>
9      <arg name="job" type="o" direction="out"/>
10    </method>
11    <method name="GetAllJobs">
12      <arg name="jobs" type="ao" direction="out"/>
13    </method>
14    <method name="EmitEvent">
15      <arg name="name" type="s" direction="in"/>
16      <arg name="env" type="as" direction="in"/>
17      <arg name="wait" type="b" direction="in"/>
18    </method>
19    <signal name="JobAdded">
20      <arg name="job" type="o"/>
21    </signal>
22    <signal name="JobRemoved">
23      <arg name="job" type="o"/>
24    </signal>
25    <property name="version" type="s" access="read"/>
26    <property name="log_priority" type="s" access="readwrite"/>
27  </interface>
28</node>
29