summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polyplib-simple.h')
-rw-r--r--polyp/polyplib-simple.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/polyplib-simple.h b/polyp/polyplib-simple.h
index b37bdec6..1bd46dc6 100644
--- a/polyp/polyplib-simple.h
+++ b/polyp/polyplib-simple.h
@@ -54,7 +54,8 @@ struct pa_simple* pa_simple_new(
const char *stream_name, /**< A descriptive name for this client (application name, song title, ...) */
const struct pa_sample_spec *ss, /**< The sample type to use */
const struct pa_buffer_attr *attr, /**< Buffering attributes, or NULL for default */
- int *error /**< A pointer where the error code is stored when the routine returns NULL. It is OK to pass NULL here. */
+ pa_volume_t volume, /**< Initial volume. Only for playback streams. \since 0.5 */
+ int *error /**< A pointer where the error code is stored when the routine returns NULL. It is OK to pass NULL here. */
);
/** Close and free the connection to the server. The connection objects becomes invalid when this is called. */