summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 00:49:58 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 00:49:58 +0100
commitccd21f33cf254cad6348769b42646fe8b0c5d0a5 (patch)
tree33059e601431b26fe8f9932a5ff98cc92a02f744 /src/pulse/context.h
parent3bcbe1d18f08667ca7b9d690e5c211c25831e0ad (diff)
make a few comments appear in doxygen
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r--src/pulse/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h
index 3b513976..fd791b9a 100644
--- a/src/pulse/context.h
+++ b/src/pulse/context.h
@@ -232,14 +232,14 @@ uint32_t pa_context_get_protocol_version(pa_context *c);
/** Return the protocol version of the connected server. */
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
* initially via pa_context_new_with_proplist() as possible instead a
* 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 */
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);
/** Return the client index this context is