summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-12-04 16:43:04 +0000
commit2a01bab3cc50a6ef02af3872a13d279ad996a0b1 (patch)
tree8939bd098c6028ea4f9c0ff3ee19e955956055de /src/pulse/introspect.h
parent8df8cfa0c2f29b5b0ff49bb579c75214cac774fd (diff)
doxygen: Fix version numbers for new features
Due to how our branching worked out, these new features will debut in v1.0 and not v0.9.22 which has already been released from the stable-queue branch
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index 56dd7079..bc50611e 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -502,7 +502,7 @@ typedef struct pa_sink_input_info {
const char *driver; /**< Driver name */
int mute; /**< Stream muted \since 0.9.7 */
pa_proplist *proplist; /**< Property list \since 0.9.11 */
- int corked; /**< Stream corked \since 0.9.22 */
+ int corked; /**< Stream corked \since 1.0 */
} pa_sink_input_info;
/** Callback prototype for pa_context_get_sink_input_info() and friends*/
@@ -549,7 +549,7 @@ typedef struct pa_source_output_info {
const char *resample_method; /**< The resampling method used by this source output. */
const char *driver; /**< Driver name */
pa_proplist *proplist; /**< Property list \since 0.9.11 */
- int corked; /**< Stream corked \since 0.9.22 */
+ int corked; /**< Stream corked \since 1.0 */
} pa_source_output_info;
/** Callback prototype for pa_context_get_source_output_info() and friends*/