~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to dbus/com.ubuntu.Upstart.Instance.xml

  • Committer: Scott James Remnant
  • Date: 2008-06-01 18:49:39 UTC
  • Revision ID: scott@netsplit.com-20080601184939-4dbhcotcmuashs8y
* dbus/com.ubuntu.Upstart.xml, dbus/com.ubuntu.Upstart.Job.xml,
* dbus/com.ubuntu.Upstart.Instance.xml: Add libnih XML NS to the
files so that we can tag methods as sync or async later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
4
4
  "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
5
5
 
6
 
<node name="/com/ubuntu/Upstart/jobs/*/*">
 
6
<node name="/com/ubuntu/Upstart/jobs/*/*"
 
7
      xmlns:nih="http://www.netsplit.com/nih/dbus">
7
8
  <interface name="com.ubuntu.Upstart.Instance">
8
9
  </interface>
9
10
</node>