blob: 2b0f2f7247befb1b7abdcd84e5c6311f15673bf6 [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">
26 <arg name="configuration" type="usa{sv}"/>
27 </signal>
28 <signal name="StatusChanged">
29 <arg name="status" type="us"/>
30 </signal>
31 </interface>
32</node>