mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
libpulse: add proplist_from_string
This commit is contained in:
parent
9e978c9770
commit
01f71ac7a1
4 changed files with 99 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue