diff options
Diffstat (limited to 'data/com.canonical.indicator.power.Testing.xml')
| -rw-r--r-- | data/com.canonical.indicator.power.Testing.xml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/data/com.canonical.indicator.power.Testing.xml b/data/com.canonical.indicator.power.Testing.xml deleted file mode 100644 index 72cf6cf..0000000 --- a/data/com.canonical.indicator.power.Testing.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> - <interface name="com.canonical.indicator.power.Testing"> - - <property name="MockBatteryEnabled" type="b" access="readwrite"> - <doc:doc> - <doc:description> - <doc:para>Whether or not the mock battery is enabled. (Default: false)</doc:para> - </doc:description> - </doc:doc> - </property> - - <property name="MockBatteryLevel" type="u" access="readwrite"> - <doc:doc> - <doc:description> - <doc:para>The charge level of the mock battery (0-100%, Default: 50%)</doc:para> - </doc:description> - </doc:doc> - </property> - - <property name="MockBatteryState" type="s" access="readwrite"> - <doc:doc> - <doc:description> - <doc:para>The mock battery's state. Possible values: 'charging', 'discharging' (Default: 'discharging')</doc:para> - </doc:description> - </doc:doc> - </property> - - <property name="MockBatteryMinutesLeft" type="u" access="readwrite"> - <doc:doc> - <doc:description> - <doc:para>Minutes left until the mock battery finishes charging/discharging (Default: 30)</doc:para> - </doc:description> - </doc:doc> - </property> - - </interface> -</node> |
