1 <?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="Rebind"> 11 <arg name="interface" direction="in" type="s"/> 12 </method> 13 <method name="Release"> 14 <arg name="interface" direction="in" type="s"/> 15 </method> 16 <method name="Stop"> 17 <arg name="interface" direction="in" type="s"/> 18 </method> 19 <signal name="Event"> 20 <arg name="pid" type="u"/> 21 <arg name="reason" type="s"/> 22 <arg name="configuration" type="a{sv}"/> 23 </signal> 24 <signal name="StatusChanged"> 25 <arg name="pid" type="u"/> 26 <arg name="status" type="s"/> 27 </signal> 28 </interface> 29 </node> 30