1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
3
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4
<node>
5
	<interface name="org.freedesktop.NetworkManager">
6
		<method name="state">
7
			<arg name="state" type="u" direction="out" />
8
		</method>
9
		<method name="wake">
10
		</method>
11
		<method name="sleep">
12
		</method>
13
		<method name="SetLogging">
14
			<arg name="level" type="s" direction="in" />
15
			<arg name="domains" type="s" direction="in" />
16
		</method>
17
		<method name="GetPermissions">
18
			<arg name="permissions" type="a{ss}" direction="out" />
19
		</method>
20
		<method name="Enable">
21
			<arg name="enable" type="b" direction="in" />
22
		</method>
23
		<method name="DeactivateConnection">
24
			<arg name="active_connection" type="o" direction="in" />
25
		</method>
26
		<method name="ActivateConnection">
27
			<arg name="service_name" type="s" direction="in" />
28
			<arg name="connection" type="o" direction="in" />
29
			<arg name="device" type="o" direction="in" />
30
			<arg name="specific_object" type="o" direction="in" />
31
			<arg name="active_connection" type="o" direction="out" />
32
		</method>
33
		<method name="GetDevices">
34
			<arg name="devices" type="ao" direction="out" />
35
		</method>
36
		<signal name="StateChange">
37
			<arg type="u" />
38
		</signal>
39
		<signal name="DeviceRemoved">
40
			<arg type="o" />
41
		</signal>
42
		<signal name="DeviceAdded">
43
			<arg type="o" />
44
		</signal>
45
		<signal name="PropertiesChanged">
46
			<arg type="a{sv}" />
47
		</signal>
48
		<signal name="StateChanged">
49
			<arg type="u" />
50
		</signal>
51
		<signal name="CheckPermissions">
52
		</signal>
53
		<property name="State" type="u" access="read" />
54
		<property name="ActiveConnections" type="ao" access="read" />
55
		<property name="WwanHardwareEnabled" type="b" access="read" />
56
		<property name="WwanEnabled" type="b" access="readwrite" />
57
		<property name="WirelessHardwareEnabled" type="b" access="read" />
58
		<property name="WirelessEnabled" type="b" access="readwrite" />
59
		<property name="NetworkingEnabled" type="b" access="read" />
60
	</interface>
61
	<node name="ActiveConnection" />
62
	<node name="Devices" />
63
	<node name="IP4Config" />
64
</node>