]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update D-Bus.md [skip ci]
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 19 Feb 2026 09:42:58 +0000 (09:42 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 09:42:58 +0000 (09:42 +0000)
documents/D-Bus.md

index 60e00688592beb4949cc1c0c785f697a2b27c22e..376df31ec30f9a22a3e38bd49a9e2326c293bb15 100644 (file)
@@ -21,7 +21,7 @@ On desktop Linuxes with a GUI, e.g. Ubuntu, D-Feet is a great tool for examining
 
 ### Sample Test Client
 
-A simple test client can be built when you are building Shairport Sync itself. To build it, simply add the `--with-dbus-test-client` flag at the `./configure…` stage. Along with the `shairport-sync` executable application, you'll get another executable called `shairport-sync-dbus-test-client` which you can run from the command line.
+A simple test client, written in C, can be built when you are building Shairport Sync itself. To build it, simply add the `--with-dbus-test-client` flag at the `./configure…` stage. Along with the `shairport-sync` executable application, you'll get another executable called `shairport-sync-dbus-test-client` which you can run from the command line.
 
 After attempting to send some commands, it will listen for property changes on the D-Bus interface and report them on the console.