diff options
author | Ted Gould <ted@gould.cx> | 2010-04-01 15:49:35 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-01 15:49:35 -0500 |
commit | d005a22755a0dd3b9f752d66a0479272a09663ae (patch) | |
tree | 0ce05e5618d07642d7f44301e6d55985a1ffdc3e /src/dbus-properties.xml | |
parent | 9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a (diff) | |
parent | 1fbc5af0037617432ad4cb1e6a668b91ec1105e4 (diff) | |
download | libayatana-appindicator-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.gz libayatana-appindicator-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.bz2 libayatana-appindicator-d005a22755a0dd3b9f752d66a0479272a09663ae.zip |
Import upstream version 0.0.19
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> |