summaryrefslogtreecommitdiffstats
path: root/src/pulse/proplist.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2008-10-27 21:14:50 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-01-13 16:59:46 +0200
commit01f71ac7a1fc2cb2f7b29e563a3468c2ffe05313 (patch)
tree1526f9ef934123cdbafe16469cbf84190ab80a8f /src/pulse/proplist.h
parent9e978c97702ef199764671b68def5c0e42a32250 (diff)
libpulse: add proplist_from_string
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r--src/pulse/proplist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index c23ef238..4f1a1ec4 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -213,7 +213,11 @@ const char *pa_proplist_iterate(pa_proplist *p, void **state);
* 0.9.11 */
char *pa_proplist_to_string(pa_proplist *p);
-/** Returns 1 if an entry for the specified key is existant in the
+/** Allocate a new property list and assign key/value from a human readable string. \since
+ * 0.9.14 */
+pa_proplist *pa_proplist_from_string(const char *str);
+
+ /** Returns 1 if an entry for the specified key is existant in the
* property list. \since 0.9.11 */
int pa_proplist_contains(pa_proplist *p, const char *key);