~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/introspection/nm-manager-client.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<!-- 
 
4
READ ME! READ ME! READ ME! READ ME! READ ME!
 
5
 
 
6
This file needs to be kept in sync with nm-manager.xml with the exception of
 
7
the legacy methods at the end of nm-manager.xml.
 
8
 
 
9
This file is only used to ensure that a few legacy 0.6 D-DBus methods that
 
10
NM supports don't leak into libnm-glib, but are only exposed by the NMManager
 
11
object.  dbus-glib generates the same bound function names for D-Bus the methods
 
12
"sleep" and "Sleep", unfortunately.
 
13
-->
 
14
 
 
15
<node name="/">
 
16
  <interface name="org.freedesktop.NetworkManager">
 
17
    <method name="GetDevices">
 
18
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_devices"/>
 
19
      <arg name="devices" type="ao" direction="out"/>
 
20
    </method>
 
21
 
 
22
    <method name="ActivateConnection">
 
23
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_activate_connection"/>
 
24
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
25
      <arg name="service_name" type="s" direction="in"/>
 
26
      <arg name="connection" type="o" direction="in"/>
 
27
      <arg name="device" type="o" direction="in"/>
 
28
      <arg name="specific_object" type="o" direction="in"/>
 
29
      <arg name="active_connection" type="o" direction="out"/>
 
30
    </method>
 
31
 
 
32
    <method name="DeactivateConnection">
 
33
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_deactivate_connection"/>
 
34
      <arg name="active_connection" type="o" direction="in"/>
 
35
    </method>
 
36
 
 
37
    <method name="Sleep">
 
38
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_sleep"/>
 
39
      <arg name="sleep" type="b" direction="in"/>
 
40
    </method>
 
41
 
 
42
    <property name="WirelessEnabled" type="b" access="readwrite"/>
 
43
    <property name="WirelessHardwareEnabled" type="b" access="read"/>
 
44
    <property name="ActiveConnections" type="ao" access="read"/>
 
45
    <property name="State" type="u" access="read"/>
 
46
 
 
47
    <signal name="StateChanged">
 
48
      <arg name="state" type="u"/>
 
49
    </signal>
 
50
 
 
51
    <signal name="PropertiesChanged">
 
52
      <arg name="properties" type="a{sv}"/>
 
53
    </signal>
 
54
 
 
55
    <signal name="DeviceAdded">
 
56
      <arg name="state" type="o"/>
 
57
    </signal>
 
58
 
 
59
    <signal name="DeviceRemoved">
 
60
      <arg name="state" type="o"/>
 
61
    </signal>
 
62
  </interface>
 
63
</node>