mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
mainloop: constify get_retval functions
This commit is contained in:
parent
277c3735df
commit
9b5077c468
4 changed files with 4 additions and 4 deletions
|
|
@ -299,7 +299,7 @@ void pa_threaded_mainloop_accept(pa_threaded_mainloop *m);
|
|||
|
||||
/** Return the return value as specified with the main loop's
|
||||
* pa_mainloop_quit() routine. */
|
||||
int pa_threaded_mainloop_get_retval(pa_threaded_mainloop *m);
|
||||
int pa_threaded_mainloop_get_retval(const pa_threaded_mainloop *m);
|
||||
|
||||
/** Return the main loop abstraction layer vtable for this main loop.
|
||||
* There is no need to free this object as it is owned by the loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue