summaryrefslogtreecommitdiffstats
path: root/src/pulse/ext-stream-restore.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-04 17:20:58 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-04 17:20:58 +0100
commitf6ec971e887e68ba74fb7132dcedddc9b6f2b2db (patch)
tree083bb7fa7dd66ad7910f5cf3021f8be414ebac49 /src/pulse/ext-stream-restore.h
parent12b735962a3794f1e64c7bf54d67dc7d8c4b8643 (diff)
clarify things a bit
Diffstat (limited to 'src/pulse/ext-stream-restore.h')
-rw-r--r--src/pulse/ext-stream-restore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pulse/ext-stream-restore.h b/src/pulse/ext-stream-restore.h
index ac01d235..cf9f4ccc 100644
--- a/src/pulse/ext-stream-restore.h
+++ b/src/pulse/ext-stream-restore.h
@@ -36,10 +36,10 @@ PA_C_DECL_BEGIN
* maintained by module-stream-restore. \since 0.9.12 */
typedef struct pa_ext_stream_restore_info {
const char *name; /**< Identifier string of the stream. A string like "sink-input-by-role:" or similar followed by some arbitrary property value. */
- pa_channel_map channel_map; /**< The channel map for the volume field */
- pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable */
- const char *device; /**< The sink/source of the stream when it was last seen */
- int mute; /**< The boolean mute state of the stream when it was last seen, if applicable */
+ pa_channel_map channel_map; /**< The channel map for the volume field, if applicable */
+ pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */
+ const char *device; /**< The sink/source of the stream when it was last seen, if applicable and saved */
+ int mute; /**< The boolean mute state of the stream when it was last seen, if applicable and saved */
} pa_ext_stream_restore_info;
/** Callback prototype for pa_ext_stream_restore_test(). \since 0.9.12 */