summaryrefslogtreecommitdiffstats
path: root/src/modules/reserve.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-05 19:00:12 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-05 19:00:12 +0200
commit1748fd2a0d327201ee57847ba3d9a8209f8d98d6 (patch)
tree13754d3ebc933434e643ad64b175ea905672e2f0 /src/modules/reserve.h
parent3e10f3f4e3bde6bb772eab70a1008895a302494f (diff)
reserve: update reserve.[ch] from upstream git
Diffstat (limited to 'src/modules/reserve.h')
-rw-r--r--src/modules/reserve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/reserve.h b/src/modules/reserve.h
index b315a08c..31071298 100644
--- a/src/modules/reserve.h
+++ b/src/modules/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 */