blob: 18e017089077d12cfc182324de91b671d4139f0d [file] [log] [blame]
Darin Petkov394b7d42011-11-03 15:48:02 +01001<?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/PowerManager">
6 <interface name="org.chromium.PowerManager">
7 <method name="RegisterSuspendDelay">
Daniel Erat0818cca2012-12-14 10:16:21 -08008 <arg name="serialized_request_proto" direction="in" type="ay"/>
9 <arg name="serialized_reply_proto" direction="out" type="ay"/>
Darin Petkov394b7d42011-11-03 15:48:02 +010010 </method>
Darin Petkov3ec55342012-09-28 14:04:44 +020011 <method name="UnregisterSuspendDelay">
Daniel Erat0818cca2012-12-14 10:16:21 -080012 <arg name="serialized_proto" direction="in" type="ay"/>
Darin Petkov3ec55342012-09-28 14:04:44 +020013 </method>
Daniel Erat0818cca2012-12-14 10:16:21 -080014 <method name="HandleSuspendReadiness">
15 <arg name="serialized_proto" direction="in" type="ay"/>
16 </method>
17 <signal name="SuspendImminent">
18 <arg name="serialized_proto" type="ay"/>
Darin Petkov394b7d42011-11-03 15:48:02 +010019 </signal>
mukesh agrawal7c1fece2012-01-13 11:31:27 -080020 <signal name="PowerStateChanged">
21 <arg name="new_power_state" type="s"/>
22 </signal>
Darin Petkov394b7d42011-11-03 15:48:02 +010023 </interface>
24</node>