summaryrefslogtreecommitdiffstats
path: root/src/pulse/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-19 23:03:22 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-19 23:03:22 +0100
commit23cd942a0da6db301a2166d4d51c730e4388d271 (patch)
tree5bdf9ec3ee5c28a0969630ebf9bce56f45f64260 /src/pulse/def.h
parentb987e5eeb88be8b9e041899abc7616482564f070 (diff)
fix doxygen version references
Diffstat (limited to 'src/pulse/def.h')
-rw-r--r--src/pulse/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 9e424d46..d43c070e 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -234,13 +234,13 @@ typedef enum pa_stream_flags {
PA_STREAM_DONT_INHIBIT_AUTO_SUSPEND = 0x8000U,
/**< If set this stream won't be taken into account when we it is
* checked whether the device this stream is connected to should
- * auto-suspend. \ since 0.9.14 */
+ * auto-suspend. \ since 0.9.15 */
PA_STREAM_START_UNMUTED = 0x10000U
/**< Create in unmuted state. If neither PA_STREAM_START_UNMUTED
* nor PA_STREAM_START_MUTED it is left to the server to decide
* whether to create the stream in muted or in unmuted
- * state. \since 0.9.14 */
+ * state. \since 0.9.15 */
} pa_stream_flags_t;