summaryrefslogtreecommitdiff
path: root/src/pulse/thread-mainloop.h
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-01-23 11:21:58 +0200
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-01-23 11:21:58 +0200
commit9839ad492f04e33f7959dca03a74d3ab569d4339 (patch)
treed043ea724529372a9d0cda412406344f733de1dc /src/pulse/thread-mainloop.h
parent6b82c6122bc8e6907a15036a8f16b30f380ac459 (diff)
downloadpulseaudio-9839ad492f04e33f7959dca03a74d3ab569d4339.tar.gz
introspect, thread-mainloop: Fix Doxygen "since" tags
Diffstat (limited to 'src/pulse/thread-mainloop.h')
-rw-r--r--src/pulse/thread-mainloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/thread-mainloop.h b/src/pulse/thread-mainloop.h
index 689336d7a..f1636e83a 100644
--- a/src/pulse/thread-mainloop.h
+++ b/src/pulse/thread-mainloop.h
@@ -311,7 +311,7 @@ pa_mainloop_api* pa_threaded_mainloop_get_api(pa_threaded_mainloop*m);
/** Returns non-zero when called from within the event loop thread. \since 0.9.7 */
int pa_threaded_mainloop_in_thread(pa_threaded_mainloop *m);
-/** Sets the name of the thread. \since 4.0 */
+/** Sets the name of the thread. \since 5.0 */
void pa_threaded_mainloop_set_name(pa_threaded_mainloop *m, const char *name);
PA_C_DECL_END