dbus: Implement the Name property of the core object.

This commit is contained in:
Tanu Kaskinen 2009-07-03 02:49:07 +03:00
parent 6e2fec05dd
commit 5c7952e4fa
5 changed files with 942 additions and 151 deletions

View file

@ -943,7 +943,7 @@ int main(int argc, char *argv[]) {
if (!conf->system_instance) {
if (!(server_lookup = pa_dbusobj_server_lookup_new(c)))
goto finish;
if (!(lookup_service_bus = register_dbus_name(c, DBUS_BUS_SESSION, "org.pulseaudio.PulseAudio1")))
if (!(lookup_service_bus = register_dbus_name(c, DBUS_BUS_SESSION, "org.PulseAudio1")))
goto finish;
}