~xnox/ubuntu/wily/upstart/lp1433013

« back to all changes in this revision

Viewing changes to extra/com.ubuntu.Upstart.xml

  • Committer: Dimitri John Ledkov
  • Date: 2015-01-17 00:12:07 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20150117001207-qm631vvuvnkguqnv
Add control xml bindings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!-- upstart
 
3
 
 
4
     com.ubuntu.Upstart.xml - interface definition for manager object
 
5
 
 
6
     Copyright © 2009 Canonical Ltd.
 
7
     Author: Scott James Remnant <scott@netsplit.com>.
 
8
 
 
9
     This file is free software; Canonical Ltd gives unlimited permission
 
10
     to copy and/or distribute it, with or without modifications, as long
 
11
     as this notice is preserved.
 
12
 
 
13
     Communication and interaction with Upstart through this interface is
 
14
     permitted without restriction.
 
15
  -->
 
16
 
 
17
<!DOCTYPE node PUBLIC
 
18
  "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
19
  "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
20
 
 
21
<node name="/com/ubuntu/Upstart">
 
22
  <interface name="com.ubuntu.Upstart0_6">
 
23
    <!-- Signal for events being emitted -->
 
24
    <signal name="EventEmitted">
 
25
      <arg name="name" type="s" />
 
26
      <arg name="env" type="as" />
 
27
    </signal>
 
28
  </interface>
 
29
</node>