From fc9d8276dbc1472c8eb726adfd8aa8203a6393fb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Apr 2008 01:19:01 +0000 Subject: remove doxygen \since tag for API changes older than 0.9; properly implement new latency query APIs git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2228 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulse/scache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse/scache.h') diff --git a/src/pulse/scache.h b/src/pulse/scache.h index a9e0ce8c..46d86a19 100644 --- a/src/pulse/scache.h +++ b/src/pulse/scache.h @@ -81,7 +81,7 @@ PA_C_DECL_BEGIN /** Callback prototype for pa_context_play_sample_with_proplist(). The * idx value is the index of the sink input object, or - * PA_INVALID_INDEX on failure. \since 0.9.10*/ + * PA_INVALID_INDEX on failure. \since 0.9.11 */ typedef void (*pa_context_play_sample_cb_t)(pa_context *c, uint32_t idx, void *userdata); /** Make this stream a sample upload stream */ @@ -109,7 +109,7 @@ pa_operation* pa_context_play_sample( /** Play a sample from the sample cache to the specified device, * allowing specification of a property list for the playback * stream. If the latter is NULL use the default sink. Returns an - * operation object. \since 0.9.10 */ + * operation object. \since 0.9.11 */ pa_operation* pa_context_play_sample_with_proplist( pa_context *c /**< Context */, const char *name /**< Name of the sample to play */, -- cgit