mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
dbus-protocol: Fix signal sending for the case when the client doesn't listen
for all signals.
This commit is contained in:
parent
7cfda56af9
commit
31117fe99e
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue