~ubuntu-branches/ubuntu/vivid/lightdm-kde/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michal Zajac
  • Date: 2012-07-22 19:44:44 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120722194444-aaueaylu3ddnqcth
Tags: 0.2.1-0ubuntu1
New upstream release

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
      <arg name="action" type="s" direction="in"/>
 
17
    </method>
 
18
    <method name="EnumerateDevices">
 
19
      <arg name="devices" type="ao" direction="out"/>
 
20
    </method>
 
21
    <signal name="NotifyResume">
 
22
      <arg type="s"/>
 
23
    </signal>
 
24
    <signal name="Resuming">
 
25
    </signal>
 
26
    <signal name="NotifySleep">
 
27
      <arg type="s"/>
 
28
    </signal>
 
29
    <signal name="Sleeping">
 
30
    </signal>
 
31
    <signal name="Changed">
 
32
    </signal>
 
33
    <signal name="DeviceChanged">
 
34
      <arg type="s"/>
 
35
    </signal>
 
36
    <signal name="DeviceRemoved">
 
37
      <arg type="s"/>
 
38
    </signal>
 
39
    <signal name="DeviceAdded">
 
40
      <arg type="s"/>
 
41
    </signal>
 
42
    <property name="IsDocked" type="b" access="read"/>
 
43
    <property name="LidForceSleep" type="b" access="read"/>
 
44
    <property name="LidIsPresent" type="b" access="read"/>
 
45
    <property name="LidIsClosed" type="b" access="read"/>
 
46
    <property name="OnLowBattery" type="b" access="read"/>
 
47
    <property name="OnBattery" type="b" access="read"/>
 
48
    <property name="CanHibernate" type="b" access="read"/>
 
49
    <property name="CanSuspend" type="b" access="read"/>
 
50
    <property name="DaemonVersion" type="s" access="read"/>
 
51
  </interface>
 
52
  <node name="Policy"/>
 
53
  <node name="Wakeups"/>
 
54
  <node name="devices"/>
 
55
</node>
 
 
b'\\ No newline at end of file'