~ps-jenkins/indicator-power/latestsnapshot-12.10.6+13.10.20131008-0ubuntu1

« back to all changes in this revision

Viewing changes to src/org.freedesktop.UPower.xml

  • Committer: Tarmac
  • Author(s): Charles Kerr
  • Date: 2013-06-19 21:13:09 UTC
  • mfrom: (167.1.32 gmenuify)
  • Revision ID: tarmac-20130619211309-nj444ogmrhsi7r9f
Convert the power indicator into a service that exports GMenus and GActions in accordance with our indicator-ng design.

Approved by PS Jenkins bot, Ted Gould.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
    "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
    <interface name="org.freedesktop.UPower">
 
5
        <method name="HibernateAllowed">
 
6
            <arg name="allowed" type="b" direction="out"/>
 
7
        </method>
 
8
        <method name="Hibernate">
 
9
        </method>
 
10
        <method name="SuspendAllowed">
 
11
            <arg name="allowed" type="b" direction="out"/>
 
12
        </method>
 
13
        <method name="Suspend">
 
14
        </method>
 
15
        <method name="AboutToSleep">
 
16
        </method>
 
17
        <method name="EnumerateDevices">
 
18
            <arg name="devices" type="ao" direction="out"/>
 
19
        </method>
 
20
        <signal name="Resuming">
 
21
        </signal>
 
22
        <signal name="Sleeping">
 
23
        </signal>
 
24
        <signal name="Changed">
 
25
        </signal>
 
26
        <signal name="DeviceChanged">
 
27
            <arg type="s"/>
 
28
        </signal>
 
29
        <signal name="DeviceRemoved">
 
30
            <arg type="s"/>
 
31
        </signal>
 
32
        <signal name="DeviceAdded">
 
33
            <arg type="s"/>
 
34
        </signal>
 
35
        <property name="LidIsPresent" type="b" access="read"/>
 
36
        <property name="LidIsClosed" type="b" access="read"/>
 
37
        <property name="OnLowBattery" type="b" access="read"/>
 
38
        <property name="OnBattery" type="b" access="read"/>
 
39
        <property name="CanHibernate" type="b" access="read"/>
 
40
        <property name="CanSuspend" type="b" access="read"/>
 
41
        <property name="DaemonVersion" type="s" access="read"/>
 
42
    </interface>
 
43
</node>
 
 
b'\\ No newline at end of file'