mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire: module-portal: watch only relevant NameOwnerChanged signals
This commit is contained in:
parent
6e609c93e5
commit
542e6c652c
1 changed files with 2 additions and 1 deletions
|
|
@ -255,7 +255,8 @@ static int init_dbus_connection(struct impl *impl)
|
|||
"type='signal',\
|
||||
sender='org.freedesktop.DBus',\
|
||||
interface='org.freedesktop.DBus',\
|
||||
member='NameOwnerChanged'",
|
||||
member='NameOwnerChanged',\
|
||||
arg0='" PORTAL_SERVICE_NAME "'",
|
||||
&error);
|
||||
if (dbus_error_is_set(&error)) {
|
||||
pw_log_error("Failed to add name owner changed listener: %s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue