This commit is contained in:
Nedko Arnaudov 2010-08-24 20:05:15 +03:00
parent f6440042a7
commit 27b57d818c
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/* /*
* LADI Session Handler (ladish) * LADI Session Handler (ladish)
* *
* Copyright (C) 2009 Nedko Arnaudov <nedko@arnaudov.name> * Copyright (C) 2009, 2010 Nedko Arnaudov <nedko@arnaudov.name>
* *
************************************************************************** **************************************************************************
* This file contains helper functionality for accessing JACK through D-Bus * This file contains helper functionality for accessing JACK through D-Bus
@ -159,8 +159,7 @@ jack_proxy_get_client_pid(
uint64_t client_id, uint64_t client_id,
pid_t * pid_ptr) pid_t * pid_ptr)
{ {
return dbus_call( JACKDBUS_SERVICE_NAME, JACKDBUS_OBJECT_PATH, JACKDBUS_IFACE_PATCHBAY, "GetClientPID", return dbus_call(JACKDBUS_SERVICE_NAME, JACKDBUS_OBJECT_PATH, JACKDBUS_IFACE_PATCHBAY, "GetClientPID", "t", &client_id, "x", pid_ptr);
"t", &client_id, "x", pid_ptr );
} }
bool bool