diff options
-rw-r--r-- | tests/dbus-types/com.canonical.AccountsService.Sound.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/dbus-types/com.canonical.AccountsService.Sound.xml b/tests/dbus-types/com.canonical.AccountsService.Sound.xml new file mode 100644 index 0000000..7d27675 --- /dev/null +++ b/tests/dbus-types/com.canonical.AccountsService.Sound.xml @@ -0,0 +1,9 @@ +<node> + <interface name="com.canonical.AccountsService.Sound"> + <method name="Set"> + <arg direction="in" type="s" name="interface" /> + <arg direction="in" type="s" name="property" /> + <arg direction="out" type="o" name="path" /> + </method> + </interface> +</node> |