mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
dbusiface-client: Fix the interface name.
This commit is contained in:
parent
9ed25d7388
commit
c7f4ed3c7a
2 changed files with 6 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ static pa_dbus_signal_info signals[SIGNAL_MAX] = {
|
|||
};*/
|
||||
|
||||
static pa_dbus_interface_info client_interface_info = {
|
||||
.name = OBJECT_NAME,
|
||||
.name = PA_DBUSIFACE_CLIENT_INTERFACE,
|
||||
.method_handlers = /*method_handlers*/ NULL,
|
||||
.n_method_handlers = /*METHOD_HANDLER_MAX*/ 0,
|
||||
.property_handlers = property_handlers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue