introspect, thread-mainloop: Fix Doxygen "since" tags

This commit is contained in:
Tanu Kaskinen 2014-01-23 11:21:58 +02:00
parent 6b82c6122b
commit 9839ad492f
2 changed files with 4 additions and 4 deletions

View file

@ -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