summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-dbus.h
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2009-08-10 10:40:40 +0300
committerTanu Kaskinen <tanuk@iki.fi>2009-08-10 10:40:40 +0300
commit31117fe99e07b11b55564a6df455211db712c2f3 (patch)
treec292a1e6287775040fa9e7b7d4d931d41fdafe6b /src/pulsecore/protocol-dbus.h
parent7cfda56af99b6d6bbb92fd6de208edd4c6991240 (diff)
dbus-protocol: Fix signal sending for the case when the client doesn't listen
for all signals.
Diffstat (limited to 'src/pulsecore/protocol-dbus.h')
-rw-r--r--src/pulsecore/protocol-dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/protocol-dbus.h b/src/pulsecore/protocol-dbus.h
index 38ba8a18..d771b4fc 100644
--- a/src/pulsecore/protocol-dbus.h
+++ b/src/pulsecore/protocol-dbus.h
@@ -129,7 +129,8 @@ int pa_dbus_protocol_unregister_connection(pa_dbus_protocol *p, DBusConnection *
pa_client *pa_dbus_protocol_get_client(pa_dbus_protocol *p, DBusConnection *conn);
/* Enables signal receiving for the given connection. The connection must have
- * been registered earlier.
+ * been registered earlier. The signal string must contain both the signal
+ * interface and the signal name, concatenated using a period as the separator.
*
* If the signal argument is NULL, all signals will be sent to the connection,
* otherwise calling this function only adds the given signal to the list of