diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-11-03 17:47:08 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-11-03 17:47:08 +0000 |
commit | a9adeaeb032dd78b1ad69081764132bc62cfd352 (patch) | |
tree | 4f145c3713f350b392820d782179b8d4c72af316 /tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml | |
parent | 6ee23e401d3847e609f1ef50e1736f69e6253608 (diff) | |
parent | a8d027ef37f2432867c99a8d1f0331014c53eeaf (diff) | |
download | ayatana-indicator-sound-a9adeaeb032dd78b1ad69081764132bc62cfd352.tar.gz ayatana-indicator-sound-a9adeaeb032dd78b1ad69081764132bc62cfd352.tar.bz2 ayatana-indicator-sound-a9adeaeb032dd78b1ad69081764132bc62cfd352.zip |
This branch removes the warning message in the volume notification.
Approved by: PS Jenkins bot, Charles Kerr
Diffstat (limited to 'tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml')
-rw-r--r-- | tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml b/tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml new file mode 100644 index 0000000..f977e7c --- /dev/null +++ b/tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml @@ -0,0 +1,15 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.Accounts"> + <method name="FindUserByName"> + <arg direction="in" type="s" name="user" /> + <arg direction="out" type="o" name="path" /> + </method> + <method name="FindUserById"> + <arg direction="in" type="x" name="uid" /> + <arg direction="out" type="o" name="path" /> + </method> + <signal name="FindUserByIdInvoked"> + </signal> + </interface> +</node> |