]> code.delx.au - pulseaudio/commitdiff
proplist: document new meaning of the session ID
authorLennart Poettering <lennart@poettering.net>
Tue, 15 May 2012 12:06:46 +0000 (14:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 May 2012 12:06:46 +0000 (14:06 +0200)
src/pulse/proplist.h

index 46a9a61a6671ced38ad80b2a82ce7d1acfe8c34a..359212a34496226fad7f2f3c45d8fd394f0aa642 100644 (file)
@@ -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" */