mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
context: pa_context_errno: constify
This commit is contained in:
parent
f727cd9ac0
commit
ccf3d29264
2 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ void pa_context_set_state_callback(pa_context *c, pa_context_notify_cb_t cb, voi
|
|||
void pa_context_set_event_callback(pa_context *p, pa_context_event_cb_t cb, void *userdata);
|
||||
|
||||
/** Return the error number of the last failed operation */
|
||||
int pa_context_errno(pa_context *c);
|
||||
int pa_context_errno(const pa_context *c);
|
||||
|
||||
/** Return non-zero if some data is pending to be written to the connection */
|
||||
int pa_context_is_pending(pa_context *c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue