summaryrefslogtreecommitdiff
path: root/src/pulse/proplist.h
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2018-05-27 02:59:12 +0100
committerArun Raghavan <arun@arunraghavan.net>2018-06-21 06:30:25 +0530
commitcc063264e69e20ed2fe44d69987d0404cc945e8c (patch)
tree653f868ff7bc61436eb20694b75f0b1c8361bfac /src/pulse/proplist.h
parent5d101fd2e2cdeb064b1788f9d3a3c316138404f2 (diff)
downloadpulseaudio-cc063264e69e20ed2fe44d69987d0404cc945e8c.tar.gz
proplist: pa_proplist_get: constify proplist pointer
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r--src/pulse/proplist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index 14139a7e6..68900183c 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -318,7 +318,7 @@ const char *pa_proplist_gets(pa_proplist *p, const char *key);
* point to an internally allocated buffer. The caller should make a
* copy of the data before the property list is accessed again.
* Returns zero on success, negative on error. \since 0.9.11 */
-int pa_proplist_get(pa_proplist *p, const char *key, const void **data, size_t *nbytes);
+int pa_proplist_get(const pa_proplist *p, const char *key, const void **data, size_t *nbytes);
/** Update mode enum for pa_proplist_update(). \since 0.9.11 */
typedef enum pa_update_mode {