summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-15 14:06:46 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-15 14:06:46 +0200
commit3173358f76a5cf72b06077601f460f8d24863af6 (patch)
treeeb28e403ed42b44f9f2dc92129f5c9b1c176365b /src
parent8a55219599879439a25b00069975a0e81927a5a8 (diff)
downloadpulseaudio-3173358f76a5cf72b06077601f460f8d24863af6.tar.gz
proplist: document new meaning of the session ID
Diffstat (limited to 'src')
-rw-r--r--src/pulse/proplist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index 46a9a61a6..359212a34 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -177,7 +177,7 @@ PA_C_DECL_BEGIN
/** For clients/streams: the D-Bus host id the application runs on. e.g. "543679e7b01393ed3e3e650047d78f6e" */
#define PA_PROP_APPLICATION_PROCESS_MACHINE_ID "application.process.machine_id"
-/** For clients/streams: an id for the login session the application runs in. On Unix the value of $XDG_SESSION_COOKIE. e.g. "543679e7b01393ed3e3e650047d78f6e-1235159798.76193-190367717" */
+/** For clients/streams: an id for the login session the application runs in. On Unix the value of $XDG_SESSION_ID. e.g. "5" */
#define PA_PROP_APPLICATION_PROCESS_SESSION_ID "application.process.session_id"
/** For devices: device string in the underlying audio layer's format. e.g. "surround51:0" */