mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make a few comments appear in doxygen
This commit is contained in:
parent
3bcbe1d18f
commit
ccd21f33cf
1 changed files with 2 additions and 2 deletions
|
|
@ -232,14 +232,14 @@ uint32_t pa_context_get_protocol_version(pa_context *c);
|
||||||
/** Return the protocol version of the connected server. */
|
/** Return the protocol version of the connected server. */
|
||||||
uint32_t pa_context_get_server_protocol_version(pa_context *c);
|
uint32_t pa_context_get_server_protocol_version(pa_context *c);
|
||||||
|
|
||||||
/* Update the property list of the client, adding new entries. Please
|
/** Update the property list of the client, adding new entries. Please
|
||||||
* note that it is highly recommended to set as much properties
|
* note that it is highly recommended to set as much properties
|
||||||
* initially via pa_context_new_with_proplist() as possible instead a
|
* initially via pa_context_new_with_proplist() as possible instead a
|
||||||
* posteriori with this function, since that information may then be
|
* posteriori with this function, since that information may then be
|
||||||
* used to route streams of the client to the right device. \since 0.9.11 */
|
* used to route streams of the client to the right device. \since 0.9.11 */
|
||||||
pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, pa_proplist *p, pa_context_success_cb_t cb, void *userdata);
|
pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, pa_proplist *p, pa_context_success_cb_t cb, void *userdata);
|
||||||
|
|
||||||
/* Update the property list of the client, remove entries. \since 0.9.11 */
|
/** Update the property list of the client, remove entries. \since 0.9.11 */
|
||||||
pa_operation *pa_context_proplist_remove(pa_context *c, const char *const keys[], pa_context_success_cb_t cb, void *userdata);
|
pa_operation *pa_context_proplist_remove(pa_context *c, const char *const keys[], pa_context_success_cb_t cb, void *userdata);
|
||||||
|
|
||||||
/** Return the client index this context is
|
/** Return the client index this context is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue