aboutsummaryrefslogtreecommitdiff
path: root/src/org.ayatana.powerd.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-14 15:06:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-14 15:06:47 +0200
commit59498452d9b21c9c07f71693fdeae983c571e0e2 (patch)
treec05042f7709829e3138788ff70ea56ff9b7be099 /src/org.ayatana.powerd.xml
parentcf69c550f2a4b1b805f02d4d1af11b58a7324f63 (diff)
downloadayatana-indicator-power-59498452d9b21c9c07f71693fdeae983c571e0e2.tar.gz
ayatana-indicator-power-59498452d9b21c9c07f71693fdeae983c571e0e2.tar.bz2
ayatana-indicator-power-59498452d9b21c9c07f71693fdeae983c571e0e2.zip
Really switch back to com.canonical.powerd.
Diffstat (limited to 'src/org.ayatana.powerd.xml')
-rw-r--r--src/org.ayatana.powerd.xml84
1 files changed, 0 insertions, 84 deletions
diff --git a/src/org.ayatana.powerd.xml b/src/org.ayatana.powerd.xml
deleted file mode 100644
index 1d18ca9..0000000
--- a/src/org.ayatana.powerd.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="org.ayatana.powerd">
- <!-- Properties -->
-
- <property name="brightness" type="i" access="readwrite">
- </property>
-
-
- <!-- Functions -->
- <method name="requestSysState">
- <arg type="s" name="name" direction="in" />
- <arg type="i" name="state" direction="in" />
- <arg type="s" name="cookie" direction="out" />
- </method>
-
- <method name="clearSysState">
- <arg type="s" name="cookie" direction="in" />
- </method>
-
- <method name="requestWakeup">
- <arg type="s" name="name" direction="in" />
- <arg type="t" name="time" direction="in" />
- <arg type="s" name="cookie" direction="out" />
- </method>
-
- <method name="enableProximityHandling">
- <arg type="s" name="name" direction="in" />
- </method>
-
- <method name="disableProximityHandling">
- <arg type="s" name="name" direction="in" />
- </method>
-
- <method name="clearWakeup">
- <arg type="s" name="cookie" direction="in" />
- </method>
-
- <method name="registerClient">
- <arg type="s" name="name" direction="in" />
- </method>
-
- <method name="unregisterClient">
- <arg type="s" name="name" direction="in" />
- </method>
-
- <method name="ackStateChange">
- <arg type="i" name="state" direction="in" />
- </method>
-
- <!-- User settings -->
- <method name="userAutobrightnessEnable">
- <arg type="b" name="enable" direction="in" />
- </method>
-
- <method name="getBrightnessParams">
- <!-- Returns min, max, and default brighness and whether or not
- autobrightness is supported, in that order -->
- <arg type="(iiiib)" name="params" direction="out" />
- </method>
-
- <method name="setUserBrightness">
- <arg type="i" name="brightness" direction="in" />
- </method>
-
- <!-- for debug/testing -->
- <method name="listSysRequests">
- <arg type="a(ssi)" name="requestList" direction="out" />
- </method>
-
- <method name="getSysRequestStats">
- <arg type="a(ssuttt)" name="requestStats" direction="out" />
- </method>
-
- <!-- Signals -->
- <signal name="SysPowerStateChange">
- <arg type="i" name="sysState" direction="out" />
- </signal>
-
- <signal name="Wakeup">
- </signal>
-
- </interface>
-</node>