diff options
author | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-01 15:51:47 -0500 |
commit | 45e7b47b25e7dcb713c2d592730587c847693b18 (patch) | |
tree | cad54405358ffc25f1afce96da2e9835b8c97569 /src/dbus-properties.xml | |
parent | 70600e1fad7decbd5c1bf98f17a01f05469919f3 (diff) | |
parent | d005a22755a0dd3b9f752d66a0479272a09663ae (diff) | |
download | libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.gz libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.tar.bz2 libayatana-appindicator-45e7b47b25e7dcb713c2d592730587c847693b18.zip |
* New upstream release.
* Don't set the fallback timer if we're already in a fallback
mode to avoid unfalling back excessively. (LP: #529052)
* Fix distcheck of documentation
Diffstat (limited to 'src/dbus-properties.xml')
-rw-r--r-- | src/dbus-properties.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/dbus-properties.xml b/src/dbus-properties.xml deleted file mode 100644 index c172895..0000000 --- a/src/dbus-properties.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<node name="/"> - <interface name="org.freedesktop.DBus.Properties"> - - <method name="Get"> - <arg direction="in" type="s" name="Interface_Name"/> - <arg direction="in" type="s" name="Property_Name"/> - <arg direction="out" type="v" name="Value"/> - </method> - - <method name="Set"> - <arg direction="in" type="s" name="Interface_Name"/> - <arg direction="in" type="s" name="Property_Name"/> - <arg direction="in" type="v" name="Value"/> - </method> - - <method name="GetAll"> - <arg direction="in" type="s" name="Interface_Name"/> - <arg direction="out" type="a{sv}" name="Properties"/> - </method> - - </interface> -</node> |