aboutsummaryrefslogtreecommitdiff
path: root/src/com.canonical.powerd.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-12 08:40:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-12 08:16:04 +0000
commit0f33bc4be7e9dffaa6b68cd758c3c531460c9a2f (patch)
tree4af026cbc883daf53fb57056fe5d14fbe3c618d2 /src/com.canonical.powerd.xml
parent511915f11b83c0b0327b9ed393e5bc2ff3b828a0 (diff)
downloadayatana-indicator-power-0f33bc4be7e9dffaa6b68cd758c3c531460c9a2f.tar.gz
ayatana-indicator-power-0f33bc4be7e9dffaa6b68cd758c3c531460c9a2f.tar.bz2
ayatana-indicator-power-0f33bc4be7e9dffaa6b68cd758c3c531460c9a2f.zip
Fork from Ubuntu's indicator-power code project.
Diffstat (limited to 'src/com.canonical.powerd.xml')
-rw-r--r--src/com.canonical.powerd.xml84
1 files changed, 0 insertions, 84 deletions
diff --git a/src/com.canonical.powerd.xml b/src/com.canonical.powerd.xml
deleted file mode 100644
index b5b4ac4..0000000
--- a/src/com.canonical.powerd.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="com.canonical.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>