~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to sflphone-common/src/dbus/org.freedesktop.NetworkManager.xml

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
4
 
  <interface name="org.freedesktop.NetworkManager">
5
 
    <method name="GetDevices">
6
 
      <arg name="devices" type="ao" direction="out"/>
7
 
    </method>
8
 
    <signal name="StateChanged">
9
 
      <arg type="u"/>
10
 
    </signal>
11
 
    <signal name="PropertiesChanged">
12
 
      <arg type="a{sv}"/>
13
 
    </signal>
14
 
  </interface>
15
 
</node>
16