Rename dbus_call_simple() to dbus_call() and fix input_signature type
commitceef54d330b417113067eeeedc1acd9861af68e3
authorNedko Arnaudov <nedko@arnaudov.name>
Sat, 5 Sep 2009 16:04:56 +0000 (5 19:04 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Sat, 5 Sep 2009 16:04:56 +0000 (5 19:04 +0300)
treeb1329969dbd85c89764ad2c2ea83f905326f8657
parent303d802270a32280d8a6a3698237353e5a873f72
Rename dbus_call_simple() to dbus_call() and fix input_signature type

It is not simple because NULL can be supplied for output signature.
In future NULL will be valid for input signature too.
NULL signature means that message is handled externally.
input_signature is const point now. It is not modified.
dbus/helpers.c
dbus/helpers.h
graph_proxy.c
gui/control_proxy.c
jack_proxy.c
studio_proxy.c