[pulseaudio-discuss] [PATCH] doc: Use \since doxygen command correctly in mainloop-api.h
Tanu Kaskinen
tanu.kaskinen at linux.intel.com
Fri Mar 7 04:32:46 PST 2014
On Fri, 2014-03-07 at 13:09 +0100, Peter Meerwald wrote:
> From: Peter Meerwald <p.meerwald at bct-electronic.com>
>
> Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net>
> ---
> src/pulse/mainloop-api.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/pulse/mainloop-api.h b/src/pulse/mainloop-api.h
> index 600e0e3..b4eccb1 100644
> --- a/src/pulse/mainloop-api.h
> +++ b/src/pulse/mainloop-api.h
> @@ -61,21 +61,21 @@ typedef enum pa_io_event_flags {
> typedef struct pa_io_event pa_io_event;
> /** An IO event callback prototype \since 0.9.3 */
> typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
> -/** A IO event destroy callback prototype \ since 0.9.3 */
> +/** A IO event destroy callback prototype \since 0.9.3 */
> typedef void (*pa_io_event_destroy_cb_t)(pa_mainloop_api*a, pa_io_event *e, void *userdata);
>
> /** An opaque timer event source object */
> typedef struct pa_time_event pa_time_event;
> /** A time event callback prototype \since 0.9.3 */
> typedef void (*pa_time_event_cb_t)(pa_mainloop_api*a, pa_time_event* e, const struct timeval *tv, void *userdata);
> -/** A time event destroy callback prototype \ since 0.9.3 */
> +/** A time event destroy callback prototype \since 0.9.3 */
> typedef void (*pa_time_event_destroy_cb_t)(pa_mainloop_api*a, pa_time_event *e, void *userdata);
>
> /** An opaque deferred event source object. Events of this type are triggered once in every main loop iteration */
> typedef struct pa_defer_event pa_defer_event;
> /** A defer event callback prototype \since 0.9.3 */
> typedef void (*pa_defer_event_cb_t)(pa_mainloop_api*a, pa_defer_event* e, void *userdata);
> -/** A defer event destroy callback prototype \ since 0.9.3 */
> +/** A defer event destroy callback prototype \since 0.9.3 */
> typedef void (*pa_defer_event_destroy_cb_t)(pa_mainloop_api*a, pa_defer_event *e, void *userdata);
>
> /** An abstract mainloop API vtable */
Looks good to me.
You can also push these kind of trivial patches without review, if you
want.
--
Tanu
More information about the pulseaudio-discuss
mailing list