<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
	<interface name="org.freedesktop.NetworkManager">
		<method name="state">
			<arg name="state" type="u" direction="out" />
		</method>
		<method name="wake">
		</method>
		<method name="sleep">
		</method>
		<method name="SetLogging">
			<arg name="level" type="s" direction="in" />
			<arg name="domains" type="s" direction="in" />
		</method>
		<method name="GetPermissions">
			<arg name="permissions" type="a{ss}" direction="out" />
		</method>
		<method name="Enable">
			<arg name="enable" type="b" direction="in" />
		</method>
		<method name="DeactivateConnection">
			<arg name="active_connection" type="o" direction="in" />
		</method>
		<method name="ActivateConnection">
			<arg name="service_name" type="s" direction="in" />
			<arg name="connection" type="o" direction="in" />
			<arg name="device" type="o" direction="in" />
			<arg name="specific_object" type="o" direction="in" />
			<arg name="active_connection" type="o" direction="out" />
		</method>
		<method name="GetDevices">
			<arg name="devices" type="ao" direction="out" />
		</method>
		<signal name="StateChange">
			<arg type="u" />
		</signal>
		<signal name="DeviceRemoved">
			<arg type="o" />
		</signal>
		<signal name="DeviceAdded">
			<arg type="o" />
		</signal>
		<signal name="PropertiesChanged">
			<arg type="a{sv}" />
		</signal>
		<signal name="StateChanged">
			<arg type="u" />
		</signal>
		<signal name="CheckPermissions">
		</signal>
		<property name="State" type="u" access="read" />
		<property name="ActiveConnections" type="ao" access="read" />
		<property name="WwanHardwareEnabled" type="b" access="read" />
		<property name="WwanEnabled" type="b" access="readwrite" />
		<property name="WirelessHardwareEnabled" type="b" access="read" />
		<property name="WirelessEnabled" type="b" access="readwrite" />
		<property name="NetworkingEnabled" type="b" access="read" />
	</interface>
	<node name="ActiveConnection" />
	<node name="Devices" />
	<node name="IP4Config" />
</node>

