summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-05 04:28:07 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-05 04:28:07 +0200
commit2f09f9aec972b9b52208773ac3dd58a0d7bebae9 (patch)
tree10547115898d9a7b410866de08831bf051352874
parent0a1d9b92ad847c86ffca002786c8e7494d6d6bd8 (diff)
update comments a bit
-rw-r--r--reserve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reserve.h b/reserve.h
index b315a08..3107129 100644
--- a/reserve.h
+++ b/reserve.h
@@ -45,7 +45,7 @@ typedef int (*rd_request_cb_t)(
* the error was caused D-Bus. */
int rd_acquire(
rd_device **d, /* On success a pointer to the newly allocated rd_device object will be filled in here */
- DBusConnection *connection,
+ DBusConnection *connection, /* Session bus (when D-Bus learns about user busses we should switchg to user busses) */
const char *device_name, /* The device to lock, e.g. "Audio0" */
const char *application_name, /* A human readable name of the application, e.g. "PulseAudio Sound Server" */
int32_t priority, /* The priority for this application. If unsure use 0 */