blob: aa60b15195c17f0796bbc0398d3f04545bcb6e01 [file] [log] [blame]
Darin Petkov567a7d02011-05-26 17:15:34 -07001<?xml version="1.0"?>
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
5<node name="/org/chromium/dhcpcd">
6 <interface name="org.chromium.dhcpcd">
7 <method name="GetVersion">
8 <arg name="version" direction="out" type="s"/>
9 </method>
10 <method name="GetInterfaces">
11 <arg name="interfaces" direction="out" type="a{sa{sv}}"/>
12 </method>
13 <method name="GetStatus">
14 <arg name="Status" direction="out" type="s"/>
15 </method>
16 <method name="Rebind">
17 <arg name="interface" direction="in" type="s"/>
18 </method>
19 <method name="Release">
20 <arg name="interface" direction="in" type="s"/>
21 </method>
22 <method name="Stop">
23 <arg name="interface" direction="in" type="s"/>
24 </method>
25 <signal name="Event">
Darin Petkov50308cd2011-06-01 18:25:07 -070026 <arg name="pid" type="u"/>
27 <arg name="reason" type="s"/>
28 <arg name="configuration" type="a{sv}"/>
Darin Petkov567a7d02011-05-26 17:15:34 -070029 </signal>
30 <signal name="StatusChanged">
Darin Petkov50308cd2011-06-01 18:25:07 -070031 <arg name="pid" type="u"/>
32 <arg name="status" type="s"/>
Darin Petkov567a7d02011-05-26 17:15:34 -070033 </signal>
34 </interface>
35</node>