mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix up parser in pa_proplist_from_string() to handle escapes correctly; make pa_proplist_to_string() escape quotes properly
This commit is contained in:
parent
0fc59e4585
commit
b445741ddf
2 changed files with 314 additions and 80 deletions
|
|
@ -136,7 +136,7 @@ PA_C_DECL_BEGIN
|
|||
#define PA_PROP_MODULE_USAGE "module.usage"
|
||||
#define PA_PROP_MODULE_VERSION "module.version"
|
||||
|
||||
/** A property list object. Basically a dictionary with UTF-8 strings
|
||||
/** A property list object. Basically a dictionary with ASCII strings
|
||||
* as keys and arbitrary data as values. \since 0.9.11 */
|
||||
typedef struct pa_proplist pa_proplist;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue