mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add a few missing doxygen comments
This commit is contained in:
parent
6058530571
commit
df8ad5d18f
4 changed files with 19 additions and 1 deletions
|
|
@ -40,8 +40,10 @@ PA_C_DECL_BEGIN
|
|||
/** An opaque UNIX signal event source object */
|
||||
typedef struct pa_signal_event pa_signal_event;
|
||||
|
||||
/** Callback prototype for signal events */
|
||||
typedef void (*pa_signal_cb_t) (pa_mainloop_api *api, pa_signal_event*e, int sig, void *userdata);
|
||||
|
||||
/** Destroy callback prototype for signal events */
|
||||
typedef void (*pa_signal_destroy_cb_t) (pa_mainloop_api *api, pa_signal_event*e, void *userdata);
|
||||
|
||||
/** Initialize the UNIX signal subsystem and bind it to the specified main loop */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue