dbus-protocol: Fix signal sending for the case when the client doesn't listen

for all signals.
This commit is contained in:
Tanu Kaskinen 2009-08-10 10:40:40 +03:00
parent 7cfda56af9
commit 31117fe99e
2 changed files with 12 additions and 2 deletions

View file

@ -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